diff --git a/src/App.jsx b/src/App.jsx
index bf50e05..2a4072c 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -8,6 +8,7 @@ import Register from "./pages/Register";
import "./App.css";
import NotFound from "./pages/NotFound";
import Pizza from "./pages/Pizza";
+import Profile from "./pages/Profile.jsx";
function App() {
return (
@@ -20,6 +21,7 @@ function App() {
} />
} />
} />
+ } />
} />