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