diff --git a/src/pages/ProjectsPage.jsx b/src/pages/ProjectsPage.jsx index b7d2822..2628426 100644 --- a/src/pages/ProjectsPage.jsx +++ b/src/pages/ProjectsPage.jsx @@ -1,8 +1,12 @@ import Projects from "../components/Projects/Projects.jsx"; +import Footer from "../components/Footer/Footer.jsx"; function ProjectsPage() { return ( - +
+ +
); } export default ProjectsPage; \ No newline at end of file