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