import { Outlet } from "react-router"; import Navbar from "./Navbar"; function Layout() { return (
); } export default Layout;