chore: add nextjs template
This commit is contained in:
7
frontend-nextjs/components/Footer.tsx
Normal file
7
frontend-nextjs/components/Footer.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function Footer() {
|
||||
return (
|
||||
<footer style={{ padding: "24px", textAlign: "center", color: "#666" }}>
|
||||
<small>Sample footer for Next.js clone</small>
|
||||
</footer>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user