1
1
import { config , defaultStoreData } from '../../config' ;
2
- import { AMD } from './amd' ;
3
- import { AMDDe } from './amd-de' ;
4
2
import { Adorama } from './adorama' ;
5
3
import { Alternate } from './alternate' ;
6
4
import { AlternateNL } from './alternate-nl' ;
@@ -11,6 +9,8 @@ import {AmazonEs} from './amazon-es';
11
9
import { AmazonFr } from './amazon-fr' ;
12
10
import { AmazonNl } from './amazon-nl' ;
13
11
import { AmazonUk } from './amazon-uk' ;
12
+ import { Amd } from './amd' ;
13
+ import { AmdDe } from './amd-de' ;
14
14
import { Aria } from './aria' ;
15
15
import { Arlt } from './arlt' ;
16
16
import { Asus } from './asus' ;
@@ -60,6 +60,7 @@ import {TopAchat} from './topachat';
60
60
import { Very } from './very' ;
61
61
import { VsGamers } from './vsgamers' ;
62
62
import { Walmart } from './walmart' ;
63
+ import { Xbox } from './xbox' ;
63
64
import { Zotac } from './zotac' ;
64
65
import { logger } from '../../logger' ;
65
66
@@ -74,8 +75,8 @@ export const storeList = new Map([
74
75
[ AmazonFr . name , AmazonFr ] ,
75
76
[ AmazonNl . name , AmazonNl ] ,
76
77
[ AmazonUk . name , AmazonUk ] ,
77
- [ AMD . name , AMD ] ,
78
- [ AMDDe . name , AMDDe ] ,
78
+ [ Amd . name , Amd ] ,
79
+ [ AmdDe . name , AmdDe ] ,
79
80
[ Aria . name , Aria ] ,
80
81
[ Arlt . name , Arlt ] ,
81
82
[ Asus . name , Asus ] ,
@@ -120,11 +121,12 @@ export const storeList = new Map([
120
121
[ Saturn . name , Saturn ] ,
121
122
[ Scan . name , Scan ] ,
122
123
[ Target . name , Target ] ,
124
+ [ TopAchat . name , TopAchat ] ,
123
125
[ Very . name , Very ] ,
124
126
[ VsGamers . name , VsGamers ] ,
125
127
[ Walmart . name , Walmart ] ,
126
- [ Zotac . name , Zotac ] ,
127
- [ TopAchat . name , TopAchat ]
128
+ [ Xbox . name , Xbox ] ,
129
+ [ Zotac . name , Zotac ]
128
130
] ) ;
129
131
130
132
const brands = new Set ( ) ;
0 commit comments