fix styling

This commit is contained in:
plebbitor
2023-03-17 17:49:30 +01:00
parent 42ddbaece6
commit 6cc05eaa5e
3 changed files with 23 additions and 7 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ export default function App() {
<Route path='post' element={<Catalog />} />
<Route path='settings' element={<Catalog />} />
</Route>
<Route path='*' element={<NotFound />} />
<Route path='*' element={<NotFound setBodyStyle={setBodyStyle} />} />
</Routes>
<StyledContainer />
</div>