import { FunctionComponent } from "preact"; export const Content: FunctionComponent = ({ children }) => { return (
{children}
); };