aboutsummaryrefslogtreecommitdiffhomepage
path: root/server/types/models/user/user.ts
diff options
context:
space:
mode:
Diffstat (limited to 'server/types/models/user/user.ts')
-rw-r--r--server/types/models/user/user.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/types/models/user/user.ts b/server/types/models/user/user.ts
index 7938ea288..12a68accf 100644
--- a/server/types/models/user/user.ts
+++ b/server/types/models/user/user.ts
@@ -1,5 +1,5 @@
1import { UserModel } from '../../../models/account/user' 1import { UserModel } from '../../../models/account/user'
2import { PickWith, PickWithOpt } from '../../utils' 2import { PickWith, PickWithOpt } from '@shared/core-utils'
3import { 3import {
4 MAccount, 4 MAccount,
5 MAccountDefault, 5 MAccountDefault,