import Head from 'next/head' export default function GlobalLayout(props: any) { return (
{process.env.NEXT_PUBLIC_NAME} {props.children}
) }