diff --git a/src/constants.ts b/src/constants.ts index cdf514c..e2838b0 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -110,18 +110,6 @@ export const REACTIONS = { } } -// NOTE: there should be a corresponding CSV file in public/assets/games folder for each entry in the array -export const GAME_FILES = [ - 'Games_Itch.csv', - 'Games_Nintendo.csv', - 'Games_Other.csv', - 'Games_Steam1.csv', - 'Games_Steam2.csv', - 'Games_Steam3.csv', - 'Games_Steam4.csv', - 'Games_Steam5.csv' -] - export const MAX_MODS_PER_PAGE = 10 export const MAX_GAMES_PER_PAGE = 10