import Header from "./Header" import Meta from "./Meta" import styles from "../styles/Layout.module.css" export default function Layout(props) { return (
{props.children}
) }