fixed useQuery some code style and unused hooks

This commit is contained in:
Clément Le Bihan
2023-04-15 21:30:11 +02:00
parent 9d8bb499ba
commit fe782a4f94
7 changed files with 77 additions and 75 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ interface UserData {
gamesPlayed: number;
xp: number;
avatar: string | undefined;
createdAt: string;
createdAt: Date;
}
export default UserData;