This commit is contained in:
kevmodrome 2021-01-19 14:31:37 +01:00
parent 0834eb5495
commit e31dd64e46
No known key found for this signature in database
GPG Key ID: 828D8FE4D235B551
1 changed files with 1 additions and 1 deletions

View File

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