1 2 3 4 5
import { Outlet } from "react-router-dom"; export default function AdminLayout() { return <Outlet />; }