import React from "react" import * as footerStyles from "./footer.module.css" import { Link } from "gatsby" export default function Footer({ editLink }) { return ( ) }