import Link from "next/link" import {DateTime} from 'luxon' import React from "react" import styles from './style.module.css' const Footer = () => ( ) Footer.propTypes = { } Footer.defaultProps = { } export default Footer