feat(store): add amazon-de (#167)

Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
Co-authored-by: fuckingrobot <fuckingrobot@users.noreply.github.com>
This commit is contained in:
manybot
2020-09-24 04:16:15 +02:00
committed by GitHub
parent 02ea40b6b2
commit 8a70f14743
3 changed files with 104 additions and 0 deletions
+2
View File
@@ -1,6 +1,7 @@
import {Adorama} from './adorama';
import {Amazon} from './amazon';
import {AmazonCa} from './amazon-ca';
import {AmazonDe} from './amazon-de';
import {Asus} from './asus';
import {BAndH} from './bandh';
import {BestBuy} from './bestbuy';
@@ -22,6 +23,7 @@ const masterList = new Map([
[Adorama.name, Adorama],
[Amazon.name, Amazon],
[AmazonCa.name, AmazonCa],
[AmazonDe.name, AmazonDe],
[Asus.name, Asus],
[BAndH.name, BAndH],
[BestBuy.name, BestBuy],