This website requires JavaScript.
Explore
Help
Register
Sign In
ZF
/
jitsi-meet
Watch
1
Star
0
Fork
0
You've already forked jitsi-meet
mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced
2026-05-17 03:17:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
a5d0bfe1d4fdafced3cc052d6dd74aef6429e659
jitsi-meet
/
react
/
features
/
overlay
/
index.js
6 lines
101 B
JavaScript
Raw
Normal View
History
Unescape
Escape
ref(overlay): The overlays to use React
2017-01-31 14:58:48 -06:00
export
*
from
'./actions'
;
Comply w/ coding style
2017-02-18 18:42:11 -06:00
export
*
from
'./components'
;
feat(RN): add a fatal error state which is a catch all Adds a fatal error state on which will depend whether or not the reload screen is to be displayed. It is to happen when a relevant fatal error action is not claimed by any feature for error recovery (the recoverable flag is not set).
2018-06-26 14:18:29 +02:00
import
'./middleware'
;
Comply w/ coding style
2017-02-18 18:42:11 -06:00
import
'./reducer'
;
Reference in New Issue
Copy Permalink