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