feat: implement Footer component with basic structure
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
|
||||||
|
function Footer() {
|
||||||
|
return (
|
||||||
|
<div>Footer</div>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default Footer
|
||||||
Reference in New Issue
Block a user