mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 08:47:43 +00:00
feat(store): add corsair sfx PSUs (#881)
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user