feat(store): add EBGames (#1281)

This commit is contained in:
Dylan Fontaine
2020-12-10 22:02:32 -08:00
committed by GitHub
parent b599c23b51
commit 27cfb94de8
3 changed files with 52 additions and 0 deletions
+2
View File
@@ -37,6 +37,7 @@ import {Coolmod} from './coolmod';
import {Corsair} from './corsair';
import {Currys} from './currys';
import {Cyberport} from './cyberport';
import {EbGames} from './ebgames';
import {Ebuyer} from './ebuyer';
import {Elcorteingles} from './elcorteingles';
import {Eprice} from './eprice';
@@ -127,6 +128,7 @@ export const storeList = new Map([
[Corsair.name, Corsair],
[Currys.name, Currys],
[Cyberport.name, Cyberport],
[EbGames.name, EbGames],
[Ebuyer.name, Ebuyer],
[Elcorteingles.name, Elcorteingles],
[Eprice.name, Eprice],