index.tsx 71 B

123
  1. export default function Footer() {
  2. return <footer>footer</footer>;
  3. }