1
0
Fork 0
mirror of synced 2024-10-05 12:34:50 +13:00
This commit is contained in:
Martin McKeaveney 2020-12-08 11:07:16 +00:00
parent 3af1b7bad7
commit 994f87e82b

View file

@ -11,8 +11,8 @@
const ROUTE_NAME_MAP = { const ROUTE_NAME_MAP = {
"/": { "/": {
BASIC: "Home", BASIC: "Home",
PUBLIC: "Login" PUBLIC: "Login",
} },
} }
const dragDropStore = instantiateStore() const dragDropStore = instantiateStore()