mirror of
https://github.com/opelly27/streetmerchant.git
synced 2026-05-20 06:27:38 +00:00
e9fc0bf5f7
Signed-off-by: Jef LeCompte <jeffreylec@gmail.com>
15 lines
349 B
TypeScript
15 lines
349 B
TypeScript
import {Store} from './store';
|
|
|
|
export const BAndH: Store = {
|
|
cartUrl: '',
|
|
links: [
|
|
{
|
|
brand: 'gigabyte',
|
|
model: 'black',
|
|
url: 'https://www.bhphotovideo.com/c/product/1593333-REG/gigabyte_gv_n3080gaming_oc_10gd_geforce_rtx_3080_gaming.html?SID=s1600391647213ytuua52439',
|
|
oosLabels: ['notify when available']
|
|
}
|
|
],
|
|
name: 'bandh'
|
|
};
|