mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 11:07:43 +00:00
feat(store): add johnlewis store, add shopto store (#1481)
* add `johnlewis` store * feat: add `shopto` store * chore: linting * chore: linting Co-authored-by: Jef LeCompte <jeffreylec@gmail.com>
This commit is contained in:
@@ -57,6 +57,7 @@ import {Gamestop} from './gamestop';
|
||||
import {GamestopDE} from './gamestop-de';
|
||||
import {GamestopIE} from './gamestop-ie';
|
||||
import {HarveyNormanIE} from './harveynorman-ie';
|
||||
import {JohnLewis} from './johnlewis';
|
||||
import {Kabum} from './kabum';
|
||||
import {Mediamarkt} from './mediamarkt';
|
||||
import {Medimax} from './medimax';
|
||||
@@ -83,6 +84,7 @@ import {ProshopDK} from './proshop-dk';
|
||||
import {Saturn} from './saturn';
|
||||
import {Scan} from './scan';
|
||||
import {Scorptec} from './scorptec';
|
||||
import {ShopTo} from './shopto';
|
||||
import {SmythsToys} from './smythstoys';
|
||||
import {SmythsToysIE} from './smythstoys-ie';
|
||||
import {Spielegrotte} from './spielegrotte';
|
||||
@@ -161,6 +163,7 @@ export const storeList = new Map([
|
||||
[GamestopDE.name, GamestopDE],
|
||||
[GamestopIE.name, GamestopIE],
|
||||
[HarveyNormanIE.name, HarveyNormanIE],
|
||||
[JohnLewis.name, JohnLewis],
|
||||
[Kabum.name, Kabum],
|
||||
[Mediamarkt.name, Mediamarkt],
|
||||
[Medimax.name, Medimax],
|
||||
@@ -187,6 +190,7 @@ export const storeList = new Map([
|
||||
[Saturn.name, Saturn],
|
||||
[Scan.name, Scan],
|
||||
[Scorptec.name, Scorptec],
|
||||
[ShopTo.name, ShopTo],
|
||||
[SmythsToysIE.name, SmythsToysIE],
|
||||
[SmythsToys.name, SmythsToys],
|
||||
[Spielegrotte.name, Spielegrotte],
|
||||
|
||||
Reference in New Issue
Block a user