// TODO: Shouldn't we use mapState/mapGetters? export default { product: state => state.product, isLoading: state => state.isLoading, ui: state => state.ui, };