feat(galaxus): add zen 3 (#729)

This commit is contained in:
hiivin
2020-11-09 17:31:51 +01:00
committed by GitHub
parent dde9837829
commit 4e086e9267
4 changed files with 51 additions and 1 deletions
+2
View File
@@ -29,6 +29,7 @@ import {Cyberport} from './cyberport';
import {Ebuyer} from './ebuyer';
import {Evga} from './evga';
import {EvgaEu} from './evga-eu';
import {Galaxus} from './galaxus';
import {Gamestop} from './gamestop';
import {Mediamarkt} from './mediamarkt';
import {MemoryExpress} from './memoryexpress';
@@ -86,6 +87,7 @@ export const storeList = new Map([
[Ebuyer.name, Ebuyer],
[Evga.name, Evga],
[EvgaEu.name, EvgaEu],
[Galaxus.name, Galaxus],
[Gamestop.name, Gamestop],
[Mediamarkt.name, Mediamarkt],
[MemoryExpress.name, MemoryExpress],