change dashboard layout

This commit is contained in:
smanylov
2025-12-11 18:28:35 +07:00
parent cdc2dca7dd
commit 67c6d07e4d
22 changed files with 1185 additions and 549 deletions
+7 -1
View File
@@ -55,4 +55,10 @@ export const loginFormSchema = z
.trim(),
})
export const localDevelopmentUrl = 'http://localhost:80';
export const localDevelopmentUrl = 'http://localhost:80';
export const testUserData = {
fullName: 'test',
email: 'test@mail.com',
subscriptionType: 'base'
}