diff --git a/client/src/App.js b/client/src/App.js index 83d4855..4a08148 100644 --- a/client/src/App.js +++ b/client/src/App.js @@ -6,6 +6,7 @@ import Footer from "./Components/Footer/Footer"; import Profile from "./Pages/UserProfile"; import profileData from "./Data/profileData.json"; import "./styles.css"; +import NotFoundPage from './pages/NotFoundPage'; function App() { return ( @@ -13,11 +14,11 @@ function App() {
- +