import { JSX } from "preact"; export default function Center(props: JSX.HTMLAttributes) { return (
); }