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