feat(store): add vsgamers (#767)

This commit is contained in:
Cristian
2020-11-21 19:28:01 +01:00
committed by GitHub
parent 9ad9793dc1
commit 53739e05ab
2 changed files with 260 additions and 0 deletions
+2
View File
@@ -58,6 +58,7 @@ import {Store} from './store';
import {Target} from './target';
import {TopAchat} from './topachat';
import {Very} from './very';
import {VsGamers} from './vsgamers';
import {Walmart} from './walmart';
import {Zotac} from './zotac';
import {logger} from '../../logger';
@@ -120,6 +121,7 @@ export const storeList = new Map([
[Scan.name, Scan],
[Target.name, Target],
[Very.name, Very],
[VsGamers.name, VsGamers],
[Walmart.name, Walmart],
[Zotac.name, Zotac],
[TopAchat.name, TopAchat]