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