feat(store): add antonline store (#1042)

This commit is contained in:
Joseph Sortino
2020-11-30 17:01:09 -05:00
committed by GitHub
parent 1774afc1c3
commit 19eece18dc
3 changed files with 45 additions and 0 deletions
+2
View File
@@ -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],