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