Update from Vibe Studio

This commit is contained in:
Vibe Studio
2026-01-16 06:29:38 +00:00
parent 64e97daf22
commit 976704f9ec
5 changed files with 539 additions and 0 deletions

View File

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