feat: refactor component

This commit is contained in:
Zamitto 2024-12-20 20:31:31 -03:00
parent 065ea0c6fe
commit 89cd970d5a
3 changed files with 45 additions and 39 deletions

View file

@ -35,6 +35,7 @@ export interface AchievementData {
icon: string;
icongray: string;
hidden: boolean;
points?: number;
}
export interface UserAchievement {