6 lines
126 B
TypeScript
6 lines
126 B
TypeScript
import { h, type FunctionComponent } from 'preact'
|
|
|
|
const Footer: FunctionComponent = () => <footer />
|
|
|
|
export default Footer
|