import React from 'react'; import Button from 'component/button'; import { SIMPLE_SITE } from 'config'; export default function Footer() { if (!SIMPLE_SITE) { return null; } return ( ); }