brf/client/public/components/footer.tsx
2025-12-13 21:12:08 +01:00

6 lines
126 B
TypeScript

import { h, type FunctionComponent } from 'preact'
const Footer: FunctionComponent = () => <footer />
export default Footer