import React from 'react'; import './Footer.scss'; import content from '../../data/content.json'; const Footer: React.FC = () => { return ( ); }; export default Footer;