import { Header } from "@/components/layout/header"; import { Outlet } from "react-router"; const NavbarLayout = () => { return ( <>