feat: add proshop-dk (#524)

This commit is contained in:
Chloe Isabelle
2020-10-15 14:50:27 +02:00
committed by GitHub
parent 1aaa102c06
commit dc2fcf5ab4
3 changed files with 153 additions and 0 deletions
+2
View File
@@ -32,6 +32,7 @@ import {OfficeDepot} from './officedepot';
import {Overclockers} from './overclockers';
import {Pny} from './pny';
import {ProshopDE} from './proshop-de';
import {ProshopDK} from './proshop-dk';
import {Scan} from './scan';
import {Store} from './store';
import {Very} from './very';
@@ -73,6 +74,7 @@ const masterList = new Map([
[OfficeDepot.name, OfficeDepot],
[Overclockers.name, Overclockers],
[ProshopDE.name, ProshopDE],
[ProshopDK.name, ProshopDK],
[Pny.name, Pny],
[Scan.name, Scan],
[Very.name, Very],