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