import { combineEpics } from 'redux-observable' import { searchAddressSuccess } from '../address-input' export const cosmoUiEpics = combineEpics( searchAddressSuccess, )