fix: app dir build errors. (#4746)
This commit is contained in:
parent
f93803ace8
commit
c880e8b48c
8 changed files with 5 additions and 760 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue