Update from Vibe Studio

This commit is contained in:
Vibe Studio
2026-01-22 01:40:19 +00:00
parent 085407ccd6
commit a83a626ebc

View File

@@ -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</>