feat: implement role-based sidebar navigation and admin dashboard layout with statistics components
Build and Release / release (push) Successful in 30s

This commit is contained in:
2026-05-09 11:09:51 +07:00
parent 45b7b379ce
commit 91b0eef9c8
11 changed files with 505 additions and 152 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ export default function RootLayout({
}>) {
return (
<html lang="en">
<body className={`${inter.className} dark:bg-gray-900`}>
<body className={`${inter.className} dark:bg-gray-900`} suppressHydrationWarning>
<StoreProvider>
<ThemeProvider>
<SidebarProvider>{children} <Toaster closeButton richColors position="top-right" /> </SidebarProvider>