import React from 'react' import Head from 'next/head' import Header from './header' const Layout = props => ( With Cookies
{props.children}
) export default Layout