mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
feat(store): add EBGames (#1281)
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user