import {Store} from './store'; export const Evga: Store = { cartUrl: '', links: [ { brand: 'evga', model: 'ftw3, xc3 black, xc3 gaming, xc3 ultra gaming', url: 'https://www.evga.com/products/productlist.aspx?type=0&family=GeForce+30+Series+Family&chipset=RTX+3080', oosLabels: ['out of stock'] } ], name: 'evga' };