import { Link } from "@remix-run/react"; import React from "react"; type Props = {}; const Footer = ({}: Props) => { return (
About Web3.news
Contribute to the cause
); }; export default Footer;