mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 05:17:35 +00:00
feat(store): add evga eu (#172)
Co-authored-by: fuckingrobot <fuckingrobot@users.noreply.github.com> Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -7,6 +7,7 @@ import {BestBuy} from './bestbuy';
|
||||
import {BAndH} from './bandh';
|
||||
import {Config} from '../../config';
|
||||
import {Evga} from './evga';
|
||||
import {EvgaEu} from './evga-eu';
|
||||
import {MicroCenter} from './microcenter';
|
||||
import {NewEgg} from './newegg';
|
||||
import {NewEggCa} from './newegg-ca';
|
||||
@@ -23,6 +24,7 @@ const masterList = new Map([
|
||||
[BestBuy.name, BestBuy],
|
||||
[BAndH.name, BAndH],
|
||||
[Evga.name, Evga],
|
||||
[EvgaEu.name, EvgaEu],
|
||||
[MicroCenter.name, MicroCenter],
|
||||
[NewEgg.name, NewEgg],
|
||||
[NewEggCa.name, NewEggCa],
|
||||
|
||||
Reference in New Issue
Block a user