import React from 'react' import style from './Footer.module.css' // @ts-ignore import * as pckg from '../../../package.json' function Footer () { return ( ) } export default Footer