import { Link } from "@remix-run/react"; import React from "react"; type Props = {}; const Footer = ({}: Props) => { return (