mirror of
https://github.com/balzack/databag.git
synced 2025-03-13 09:00:06 +00:00
This commit is contained in:
parent
7b3c490858
commit
cf89dd48e5
@ -59,10 +59,10 @@ const router = createHashRouter([
|
||||
{
|
||||
element: <Root />,
|
||||
children: [
|
||||
{ path: '/', element: <></> },
|
||||
{ path: 'access', element: <Access /> },
|
||||
{ path: 'session', element: <Session /> },
|
||||
{ path: 'service', element: <Service /> },
|
||||
{ path: '*', element: <></> },
|
||||
],
|
||||
},
|
||||
])
|
||||
|
Loading…
Reference in New Issue
Block a user