feat: add asus-de store and asus 3080 tuf/oc to amazon-de (#436)

This commit is contained in:
PaddseL
2020-10-03 18:25:28 +02:00
committed by GitHub
parent 0c810d62e2
commit b4d8733d18
3 changed files with 76 additions and 0 deletions
+2
View File
@@ -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],