frontend: Mise en place de NextJS
This commit is contained in:
7
frontend/components/Footer/Footer.js
Normal file
7
frontend/components/Footer/Footer.js
Normal file
@ -0,0 +1,7 @@
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer>
|
||||
Footer
|
||||
</footer>
|
||||
);
|
||||
}
|
Reference in New Issue
Block a user