import React from 'react';
import { Home } from '.';
export const Main = () => (
<Home key={'home'} fullwidth />
);
export default Main;