9router / src /app /(dashboard) /layout.js
2api
feat: configurable stream stall timeout + per-provider UI
88c4c60
Raw
History Blame Contribute Delete
175 Bytes
import { DashboardLayout } from "@/shared/components";
export default function DashboardRootLayout({ children }) {
return <DashboardLayout>{children}</DashboardLayout>;
}