feat(store): add corsair sfx PSUs (#881)

This commit is contained in:
Chris Mendoza
2020-11-22 10:57:05 -06:00
committed by GitHub
parent 292e3603fd
commit e552c9102d
7 changed files with 91 additions and 0 deletions
+2
View File
@@ -26,6 +26,7 @@ import {Ccl} from './ccl';
import {Computeruniverse} from './computeruniverse';
import {Coolblue} from './coolblue';
import {Coolmod} from './coolmod';
import {Corsair} from './corsair';
import {Currys} from './currys';
import {Cyberport} from './cyberport';
import {Ebuyer} from './ebuyer';
@@ -92,6 +93,7 @@ export const storeList = new Map([
[Computeruniverse.name, Computeruniverse],
[Coolblue.name, Coolblue],
[Coolmod.name, Coolmod],
[Corsair.name, Corsair],
[Currys.name, Currys],
[Cyberport.name, Cyberport],
[Ebuyer.name, Ebuyer],