import Link from 'next/link' const Layout = props => (
{props.children}
); export default Layout;