const Footer: React.FunctionComponent<IFooter.IProps> = (): JSX.Element => {
    return <div className="footer">Footer</div>;
};