import styles from "./Footer.module.css"; export default function Footer({ dict }: { dict: any }) { return ( ); }