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.terminalexport const activeComponent = state => state.activeComponentexport const componentsData = state => state.componentsDataexport const typeId = state => state.typeIdexport const couponNum = state => state.couponNumexport const discountNum = state => state.discountNumexport const groupNum = state => state.groupNumexport const newProductNum = state => state.newProductNumexport const priceNum = state => state.priceNumexport const productNum = state => state.productNumexport const spikeNum = state => state.spikeNum
|