refactor: remove GAME_FILES const, no longer needed
This commit is contained in:
parent
3d064113c5
commit
2c49dd0c32
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user