diff --git a/client/App.tsx b/client/App.tsx index 287a3ea0..97df9233 100644 --- a/client/App.tsx +++ b/client/App.tsx @@ -118,9 +118,10 @@ const queryClient = new QueryClient(); const App = () => ( - - - + + + + @@ -348,6 +349,7 @@ const App = () => ( } /> {/* Discord routes */} + } /> } /> ( - - - + + + + );