Unify audio playback under App component
This commit is contained in:
parent
8b30fc17cd
commit
2cd4160422
19 changed files with 290 additions and 80 deletions
|
@ -7,9 +7,12 @@ import { Provider } from 'react-redux';
|
|||
import { Store } from 'redux';
|
||||
|
||||
import { SmartApp } from '../smart/App';
|
||||
import { SmartGlobalAudioProvider } from '../smart/GlobalAudioProvider';
|
||||
|
||||
export const createApp = (store: Store): ReactElement => (
|
||||
<Provider store={store}>
|
||||
<SmartApp />
|
||||
<SmartGlobalAudioProvider>
|
||||
<SmartApp />
|
||||
</SmartGlobalAudioProvider>
|
||||
</Provider>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue