fix: interface user

This commit is contained in:
amel
2024-09-02 15:46:38 +08:00
parent 92e6152a69
commit 16f261e9fd

View File

@@ -8,6 +8,5 @@ export type TypeUser = {
img:string
isActive: boolean,
group: string,
img: string
position: string
}[]