add dashboard statistic

This commit is contained in:
smanylov
2026-05-15 15:31:40 +07:00
parent 80692d6446
commit cce7eb6f96
22 changed files with 972 additions and 176 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ export default async function RootLayout({
}
const queryClient = getQueryClient();
await prefetchLayoutQueries(queryClient);
await prefetchLayoutQueries(queryClient);
return (
<HydrationBoundary state={dehydrate(queryClient)}>