Update from Vibe Studio
This commit is contained in:
@@ -52,6 +52,10 @@ const router: RouteObject[] = [
|
|||||||
path: '/spell-check-system',
|
path: '/spell-check-system',
|
||||||
element: LazyLoad(lazy(() => import('@/pages/spell-check-system')))
|
element: LazyLoad(lazy(() => import('@/pages/spell-check-system')))
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
path: '/spell-check-tool',
|
||||||
|
element: LazyLoad(lazy(() => import('@/pages/spell-check-tool')))
|
||||||
|
},
|
||||||
{
|
{
|
||||||
path: '/404',
|
path: '/404',
|
||||||
element: <>404</>
|
element: <>404</>
|
||||||
|
|||||||
Reference in New Issue
Block a user