import React from 'react' import { links } from '../../config' import './Footer.css' export default function Footer() { return ( ) }