import Link from 'next/link'; import React from 'react'; import styles from '../../styles/Footer.module.scss'; export const Footer = () => { return ( ); };