This commit is contained in:
Martin McKeaveney 2020-12-08 11:07:16 +00:00
parent 5f7ed62a77
commit cbfe0f8409
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()