import Head from "next/head"; import Header from "./header"; const Layout = (props) => ( <> With Cookies
{props.children}
); export default Layout;