diff --git a/src/module/user/lib/type_user.ts b/src/module/user/lib/type_user.ts index 8b8a7bc..d9f1081 100644 --- a/src/module/user/lib/type_user.ts +++ b/src/module/user/lib/type_user.ts @@ -8,6 +8,5 @@ export type TypeUser = { img:string isActive: boolean, group: string, - img: string position: string }[] \ No newline at end of file