add of footer in ProjectsPage.jsx
This commit is contained in:
parent
852d616678
commit
7f55f3b95a
@ -1,8 +1,12 @@
|
||||
import Projects from "../components/Projects/Projects.jsx";
|
||||
import Footer from "../components/Footer/Footer.jsx";
|
||||
|
||||
function ProjectsPage() {
|
||||
return (
|
||||
<Projects/>
|
||||
<div>
|
||||
<Projects/>
|
||||
<Footer/>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
export default ProjectsPage;
|
||||
Loading…
x
Reference in New Issue
Block a user