import { JSXElement } from "solid-js"; export function Footer(): JSXElement { return ( /* Note that margin-top is defined inline here, instead of tailwinds "mt-auto", this is to mitigate CLS */ ); }