Files
jitsi-meet/react/features/base/app/components/index.js
Saúl Ibarra Corretgé dc246960df 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-12 11:28:19 -05:00

2 lines
48 B
JavaScript

export { default as BaseApp } from './BaseApp';