feat: implement Footer component with basic structure

This commit is contained in:
2025-07-18 16:06:54 +09:00
parent d922aca9ef
commit a8aa82dd51
+8
View File
@@ -0,0 +1,8 @@
function Footer() {
return (
<div>Footer</div>
)
}
export default Footer