lint fix
This commit is contained in:
parent
0834eb5495
commit
e31dd64e46
|
@ -41,7 +41,7 @@ const INITIAL_FRONTEND_STATE = {
|
||||||
hasAppPackage: false,
|
hasAppPackage: false,
|
||||||
libraries: null,
|
libraries: null,
|
||||||
appId: "",
|
appId: "",
|
||||||
routes: {}
|
routes: {},
|
||||||
}
|
}
|
||||||
|
|
||||||
export const getFrontendStore = () => {
|
export const getFrontendStore = () => {
|
||||||
|
|
Loading…
Reference in New Issue