diff --git a/frontend/src/component/App.tsx b/frontend/src/component/App.tsx index 8f8fef5220..65a50202c2 100644 --- a/frontend/src/component/App.tsx +++ b/frontend/src/component/App.tsx @@ -48,61 +48,67 @@ export const App = () => { return ( - - }> - - } - elseShow={ - <> - } - /> - - - - {availableRoutes.map(route => ( + + + + }> + } + elseShow={ + <> + } + /> + + + + {availableRoutes.map(route => ( + + + + } + /> + ))} - - + } /> - ))} - } - /> - } - /> - + } + /> + - + - - - - } - /> - - - + + + + } + /> + + + + ); };