my-website-v2/frontend/components/Footer.tsx

4 lines
75 B
TypeScript

export default function Footer() {
return <div>THIS IS A FOOTER</div>;
}