import { Link } from "@remix-run/react"; import * as styles from "./footer.css"; export const Footer = ({ isMainPage }: { isMainPage?: boolean }) => ( );