diff --git a/src/routes/index.tsx b/src/routes/index.tsx index 7aef3fe..f6121a7 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -51,6 +51,14 @@ const router = createBrowserRouter([ ), }, + { + path: RouterPath.challengeList, + element: ( + + + + ), + }, ], }, {