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
/
app
/
components
/
index.js
2 lines
48 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat(App): refactor App and split it into BaseApp and App BaseApp does all the heavy-lifting related to creating the redux store, navigation, and so on. App currently handles URL props and actually triggering navigation based on them.
2018-07-11 09:42:43 +00:00
export
{
default
as
BaseApp
}
from
'./BaseApp'
;