add: auth proxy to menu route

This commit is contained in:
Mahyar Khanbolooki
2025-08-21 21:03:20 +03:30
parent 4257d99cd5
commit 1f45512484
11 changed files with 48 additions and 35 deletions
+1
View File
@@ -0,0 +1 @@
export { default } from '@/app/auth/layout'
@@ -0,0 +1 @@
export { default } from '@/app/auth/login/page'
+1
View File
@@ -0,0 +1 @@
export { default } from '@/app/auth/page'
@@ -0,0 +1 @@
export { default } from '@/app/auth/reset-password/page'
@@ -0,0 +1 @@
export { default } from '@/app/auth/signup/page'