kevmodrome
6 years ago
No known key found for this signature in database
GPG Key ID: 828D8FE4D235B551
1 changed files with
1 additions and
1 deletions
-
packages/builder/src/builderStore/store/frontend.js
|
|
|
@ -41,7 +41,7 @@ const INITIAL_FRONTEND_STATE = { |
|
|
|
hasAppPackage: false, |
|
|
|
libraries: null, |
|
|
|
appId: "", |
|
|
|
routes: {} |
|
|
|
routes: {}, |
|
|
|
} |
|
|
|
|
|
|
|
export const getFrontendStore = () => { |
|
|
|
|