feat(dashboard): add support for importing/exporting cases

This commit is contained in:
Dragory 2021-11-03 00:05:53 +02:00
parent f3dae65747
commit 45941e47d6
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1
9 changed files with 593 additions and 2 deletions

View file

@ -86,6 +86,10 @@ export const router = new VueRouter({
path: "guilds/:guildId/access",
component: () => import("./components/dashboard/GuildAccess.vue"),
},
{
path: "guilds/:guildId/import-export",
component: () => import("./components/dashboard/GuildImportExport.vue"),
},
],
},
],