import { Header } from './header' import mainStyles from '../styles/main.module.scss' export const Layout = () => { return (
) }