This commit is contained in:
Martin McKeaveney 2020-12-08 11:07:16 +00:00
parent 3af1b7bad7
commit 994f87e82b
1 changed files with 2 additions and 2 deletions

View File

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