diff --git a/src/routes/AppRouter.tsx b/src/routes/AppRouter.tsx index 5b3a69f..3e024b7 100644 --- a/src/routes/AppRouter.tsx +++ b/src/routes/AppRouter.tsx @@ -36,7 +36,7 @@ const routes: RouteType[] = [ export const AppRouter = () => { return ( - + {routes.map(({ key, path, element }: RouteType) => (