import { HomeNav } from '/components/home'; import styles from './styles.module.scss'; export default function HomeLayout({ children }) { return ( <> {children} > ); }