fix: app dir build errors. (#4746)

This commit is contained in:
Prateek Shourya 2024-06-10 15:02:44 +05:30 committed by GitHub
parent f93803ace8
commit c880e8b48c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 5 additions and 760 deletions

View file

@ -33,8 +33,8 @@ const defaultValues: FormValues = {
confirm_password: "",
};
export const userService = new UserService();
export const authService = new AuthService();
const userService = new UserService();
const authService = new AuthService();
const defaultShowPassword = {
oldPassword: false,