Merge pull request #178 from bipproduction/amalia/02-september-24

fix: interface user
This commit is contained in:
Amalia
2024-09-02 15:47:49 +08:00
committed by GitHub

View File

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