mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 13:27:38 +00:00
feat: add asus-de store and asus 3080 tuf/oc to amazon-de (#436)
This commit is contained in:
@@ -4,6 +4,7 @@ import {AmazonCa} from './amazon-ca';
|
||||
import {AmazonDe} from './amazon-de';
|
||||
import {AmazonNl} from './amazon-nl';
|
||||
import {Asus} from './asus';
|
||||
import {AsusDe} from './asus-de';
|
||||
import {BAndH} from './bandh';
|
||||
import {BestBuy} from './bestbuy';
|
||||
import {BestBuyCa} from './bestbuy-ca';
|
||||
@@ -29,6 +30,7 @@ const masterList = new Map([
|
||||
[AmazonDe.name, AmazonDe],
|
||||
[AmazonNl.name, AmazonNl],
|
||||
[Asus.name, Asus],
|
||||
[AsusDe.name, AsusDe],
|
||||
[BAndH.name, BAndH],
|
||||
[BestBuy.name, BestBuy],
|
||||
[BestBuyCa.name, BestBuyCa],
|
||||
|
||||
Reference in New Issue
Block a user