This commit is contained in:
Frank Elsinga 2024-07-31 15:58:25 +00:00 committed by GitHub
commit 4c2f1f24da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -68,15 +68,17 @@ const routes = [
},
],
},
],
},
{
path: "/add",
component: EditMonitor,
children: [
{
path: "/clone/:id",
component: EditMonitor,
},
{
path: "/add",
component: EditMonitor,
},
],
]
},
{
path: "/list",