diff --git a/src/router/index.tsx b/src/router/index.tsx index 231190a..2a40bf8 100644 --- a/src/router/index.tsx +++ b/src/router/index.tsx @@ -52,6 +52,10 @@ const router: RouteObject[] = [ path: '/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', element: <>404