First version of dialog

This commit is contained in:
Deluan
2020-05-24 00:03:42 -04:00
committed by Deluan Quintão
parent 8973477fe5
commit 23bd5e1131
5 changed files with 201 additions and 28 deletions
+2
View File
@@ -17,6 +17,7 @@ import { albumViewReducer } from './album/albumState'
import config from './config'
import customRoutes from './routes'
import themeReducer from './personal/themeReducer'
import { newPlaylistDialogReducer } from './dialogs/dialogState'
import createAdminStore from './store/createAdminStore'
import { i18nProvider } from './i18n'
@@ -32,6 +33,7 @@ const App = () => (
queue: playQueueReducer,
albumView: albumViewReducer,
theme: themeReducer,
newPlaylistDialog: newPlaylistDialogReducer,
},
})}
>