feat: articles clusters

This commit is contained in:
2025-12-03 15:54:38 +02:00
parent 1d062f679b
commit 78c27b8220
20 changed files with 2113 additions and 51 deletions
@@ -1,4 +1,4 @@
import { SidebarInset, SidebarProvider } from "@basango/ui/components/sidebar";
import { SidebarProvider } from "@basango/ui/components/sidebar";
import { AppSidebar } from "#dashboard/components/sidebar/app-sidebar";
import { HydrateClient } from "#dashboard/trpc/server";
@@ -9,7 +9,7 @@ export default async function Layout({ children }: { children: React.ReactNode }
<SidebarProvider>
<AppSidebar />
<SidebarInset>{children}</SidebarInset>
{children}
</SidebarProvider>
</HydrateClient>
);