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