import Navbar from "./Navbar"; import Footer from "./Footer"; const Layout = ({ children }) => ( <> {children}