add: report problem page

This commit is contained in:
Mahyar Khanbolooki
2025-07-29 23:34:19 +03:30
parent 8bf8da5df7
commit 9361364e78
9 changed files with 551 additions and 5 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ export const metadata: Metadata = {
description: 'Webapp dashboard',
}
const i18nNamespaces = ['common', 'menu', 'orders', 'auth', "rating", "chat", "notifications"];
const i18nNamespaces = ['common', 'menu', 'orders', 'auth', "rating", "chat", "notifications", 'parallels'];
export default async function RootLayout({
children,