export default { product: state => state.product, isLoading: state => state.isLoading, title: state => state.title, };