import { FunctionComponent } from 'preact'; export const Title: FunctionComponent = ({ children }) => (
{children}