1
0
Fork 0
mirror of synced 2024-07-03 21:40:55 +12: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 = {
"/": {
BASIC: "Home",
PUBLIC: "Login"
}
PUBLIC: "Login",
},
}
const dragDropStore = instantiateStore()