import { Outlet } from "react-router-dom"; import Navbar from "./Navbar"; import Footer from "./Footer"; const Layout: React.FC = () => { return (