add: notifications page

This commit is contained in:
Mahyar Khanbolooki
2025-07-27 22:04:14 +03:30
parent b8a8c3e487
commit 25a6f3e729
3 changed files with 49 additions and 1 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export const metadata: Metadata = {
description: 'Webapp dashboard',
}
const i18nNamespaces = ['common', 'menu', 'orders', 'auth', "rating", "chat"];
const i18nNamespaces = ['common', 'menu', 'orders', 'auth', "rating", "chat", "notifications"];
export default async function RootLayout({
children,