import { FunctionComponent } from 'preact' export const Title: FunctionComponent<{ className?: string }> = ({ children, className }) => { return