This commit is contained in:
Frank Elsinga 2024-09-24 09:51:35 +00:00 committed by GitHub
commit 6901f98460
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",