Disabled tabletop routing for now

This commit is contained in:
Stefan Zermatten
2022-11-28 23:41:10 +02:00
parent bf8eb52a96
commit 69b3ba781d

View File

@@ -189,7 +189,9 @@ RouterFactory.configure(router => {
meta: {
title: 'Print Character Sheet',
},
}, {
},
/* Not ready for prime time <3
{
path: '/tabletops',
name: 'tabletops',
component: Tabletops,
@@ -203,7 +205,9 @@ RouterFactory.configure(router => {
rightDrawer: TabletopRightDrawer,
},
beforeEnter: ensureLoggedIn,
}, {
},
*/
{
path: '/friends',
components: {
default: NotImplemented,