import React from 'react' import Link from 'next/link' import { COLORS } from '../lib/constants' const Footer = props => ( ) export default Footer