diff --git a/src/App.js b/src/App.js index 2d6bcb7b..144ef9cc 100644 --- a/src/App.js +++ b/src/App.js @@ -8,6 +8,8 @@ import BlogPage from "./Components/footer_section/BlogPage/BlogPage" import FAQPage from "./Components/footer_section/FAQPage/FAQPage"; import Services from "./Components/footer_section/services/Services"; import ContactUs from "./Components/footer_section/ContactUs/contact_us"; +import MyProjects from "./Components/menu_section/my_projects/MyProjects"; +import NewProject from "./Components/menu_section/new_project/NewProject"; function App() { return ( @@ -22,6 +24,8 @@ function App() { } /> } /> } /> + } /> + } />