This website requires JavaScript.
Explore
Help
Sign In
haskal
/
jiti-meet
Watch
1
Star
0
Fork
You've already forked jiti-meet
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
5a40821500
jiti-meet
/
react
/
features
/
base
/
avatar
/
components
/
index.web.js
5 lines
79 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: initial based avatars
2019-06-26 14:08:23 +00:00
// @flow
export
*
from
'./web'
;
fix: AlwaysOnTop avatar
2019-07-03 15:39:39 +00:00
export
{
default
as
Avatar
}
from
'./Avatar'
;