mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 06:27:38 +00:00
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:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user