You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
export const terminal = state => state.terminal export const activeComponent = state => state.activeComponent export const componentsData = state => state.componentsData export const typeId = state => state.typeId export const couponNum = state => state.couponNum export const discountNum = state => state.discountNum export const groupNum = state => state.groupNum export const newProductNum = state => state.newProductNum export const priceNum = state => state.priceNum export const productNum = state => state.productNum export const spikeNum = state => state.spikeNum
|