feat(dashboard): add support for importing/exporting cases
This commit is contained in:
parent
f3dae65747
commit
45941e47d6
9 changed files with 593 additions and 2 deletions
|
@ -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"),
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue