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
10 changed files with 78 additions and 152 deletions

View File

@@ -66,7 +66,8 @@ declare global {
) => Promise<ShopDetails | null>;
getRandomGame: () => Promise<Steam250Game>;
getHowLongToBeat: (
title: string
shop: GameShop,
objectId: string
) => Promise<HowLongToBeatCategory[] | null>;
getGames: (take?: number, skip?: number) => Promise<CatalogueEntry[]>;
searchGameRepacks: (query: string) => Promise<GameRepack[]>;