import styles from '@system/Footer.module.scss'; import * as React from 'react'; import Button from '@system/Button'; import Input from '@system/Input'; import { H2, P } from '@system/typography'; export default function Footer(props) { return ( ); }