1
0
Fork 0
mirror of synced 2024-10-02 18:16:29 +13:00
This commit is contained in:
kevmodrome 2021-01-19 14:31:37 +01:00
parent 74557a09ce
commit 7623534842

View file

@ -41,7 +41,7 @@ const INITIAL_FRONTEND_STATE = {
hasAppPackage: false,
libraries: null,
appId: "",
routes: {}
routes: {},
}
export const getFrontendStore = () => {