fix: fixing bottom panel scss

This commit is contained in:
Chubby Granny Chaser 2024-11-28 10:13:23 +00:00
parent f66bdd706b
commit f35c34fa63
No known key found for this signature in database
10 changed files with 78 additions and 152 deletions

View file

@ -3,12 +3,3 @@ export interface HowLongToBeatCategory {
duration: string;
accuracy: string;
}
export interface HowLongToBeatResult {
game_id: number;
game_name: string;
}
export interface HowLongToBeatSearchResponse {
data: HowLongToBeatResult[];
}