diff --git a/web/src/App.tsx b/web/src/App.tsx
index 63bf493..6c7ca47 100644
--- a/web/src/App.tsx
+++ b/web/src/App.tsx
@@ -4,6 +4,10 @@ import WebLayout from "./layouts/WebLayout";
import NotFound from './pages/NotFound';
import ROUTE_CONSTANTS from './types/routes';
+import Create from './pages/Create';
+import Favorites from './pages/Favorites';
+import Profile from './pages/Profile';
+import ShoppingList from './pages/ShoppingList';
function App() {
return (
@@ -13,6 +17,11 @@ function App() {
}>
} />
} />
+ } />
+ } />
+ } />
+ } />
+
{/* } /> */}
diff --git a/web/src/components/Navigation.tsx b/web/src/components/Navigation.tsx
index b59ff8b..0ebd4a8 100644
--- a/web/src/components/Navigation.tsx
+++ b/web/src/components/Navigation.tsx
@@ -38,7 +38,7 @@ export default function Navigation() {
d="M182.6 137.4c-12.5-12.5-32.8-12.5-45.3 0l-128 128c-9.2 9.2-11.9 22.9-6.9 34.9s16.6 19.8 29.6 19.8l256 0c12.9 0 24.6-7.8 29.6-19.8s2.2-25.7-6.9-34.9l-128-128z"
>
-