mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: refactor component
This commit is contained in:
parent
065ea0c6fe
commit
89cd970d5a
3 changed files with 45 additions and 39 deletions
|
@ -35,6 +35,7 @@ export interface AchievementData {
|
|||
icon: string;
|
||||
icongray: string;
|
||||
hidden: boolean;
|
||||
points?: number;
|
||||
}
|
||||
|
||||
export interface UserAchievement {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue