diff --git a/src/routes/index.tsx b/src/routes/index.tsx index e2c4a64..11d213f 100644 --- a/src/routes/index.tsx +++ b/src/routes/index.tsx @@ -67,5 +67,5 @@ const router = createBrowserRouter([ }, ]); -// eslint-disable-next-line import/prefer-default-export +// eslint-disable-next-line export const Routes = () => ;