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