bugbug import form not accessible accidentally deleted in router
This commit is contained in:
@@ -983,7 +983,12 @@ export default new Router({
|
|||||||
component: () =>
|
component: () =>
|
||||||
import(/* webpackChunkName: "adm" */ "./views/adm-history.vue")
|
import(/* webpackChunkName: "adm" */ "./views/adm-history.vue")
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: "/adm-import",
|
||||||
|
name: "adm-import",
|
||||||
|
component: () =>
|
||||||
|
import(/* webpackChunkName: "adm" */ "./views/adm-import.vue")
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: "/adm-integrations",
|
path: "/adm-integrations",
|
||||||
name: "adm-integrations",
|
name: "adm-integrations",
|
||||||
|
|||||||
Reference in New Issue
Block a user