From a83a626ebc224141048399e5dc01281157b8bb2a Mon Sep 17 00:00:00 2001 From: Vibe Studio Date: Thu, 22 Jan 2026 01:40:19 +0000 Subject: [PATCH] Update from Vibe Studio --- src/router/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) 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