mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 16:57:34 +00:00
feat(store): add antonline store (#1042)
This commit is contained in:
@@ -14,6 +14,7 @@ import {Amd} from './amd';
|
||||
import {AmdCa} from './amd-ca';
|
||||
import {AmdDe} from './amd-de';
|
||||
import {AmdIt} from './amd-it';
|
||||
import {AntOnline} from './antonline';
|
||||
import {Aria} from './aria';
|
||||
import {Arlt} from './arlt';
|
||||
import {Asus} from './asus';
|
||||
@@ -91,6 +92,7 @@ export const storeList = new Map([
|
||||
[AmdCa.name, AmdCa],
|
||||
[AmdDe.name, AmdDe],
|
||||
[AmdIt.name, AmdIt],
|
||||
[AntOnline.name, AntOnline],
|
||||
[Aria.name, Aria],
|
||||
[Arlt.name, Arlt],
|
||||
[Asus.name, Asus],
|
||||
|
||||
Reference in New Issue
Block a user