import { EmptyObject } from "$root/defaults/interfaces.ts"; type FooterProps = EmptyObject; export default function Footer(_props: FooterProps) { return ( ); }