bugbug import form not accessible accidentally deleted in router

This commit is contained in:
2022-08-02 22:44:27 +00:00
parent 39ea574258
commit 9c4e8665c2

View File

@@ -983,7 +983,12 @@ export default new Router({
component: () =>
import(/* webpackChunkName: "adm" */ "./views/adm-history.vue")
},
{
path: "/adm-import",
name: "adm-import",
component: () =>
import(/* webpackChunkName: "adm" */ "./views/adm-import.vue")
},
{
path: "/adm-integrations",
name: "adm-integrations",