import styles from "./footer.module.css" import type { PropsWithChildren } from "react" export default function Footer({ children }: PropsWithChildren) { return }