import NavBar from "./NavBar"; const Layout = ({ children }) => { return (
{children}
); }; export default Layout;