diff --git a/src/App.js b/src/App.js index 82c951b..6b14796 100644 --- a/src/App.js +++ b/src/App.js @@ -10,6 +10,7 @@ import PostCreate from "./pages/PostCreate"; import PostEdit from "./pages/PostEdit"; import PostCategory from "./pages/PostCategory"; import Login from "./pages/Login"; +import Profile from "./pages/Profile"; import { AuthProvider } from "./context/AuthContext"; function App() { @@ -28,6 +29,7 @@ function App() { } /> } /> } /> + } />