import { SidebarInset, SidebarProvider } from "@repo/shadcn-ui/components"; import { Outlet } from "react-router"; import { AppSidebar } from "./app-sidebar.tsx"; export const AppLayout = () => { return ( {/* Aquí está el MAIN */} ); };