import styles from './style.module.css' export default function Layout({ children }) { return
{children}
}