/** * Created by MeePwn * https://github.com/maybewaityou * * description: * */ import { actionCreator, actions, ActionsObservable, BATCH_ACTIONS, epicCreator, flowable, IAction, mutate } from 'mario-meditation'; import { log, toString } from 'mario-utilities'; import { NETWORK_FAILURE, NETWORK_SUCCESS } from 'dataflow/actions'; import { IError, IResponse } from 'task'; // import { } from '../actions/index'; // import { } from '../task/index'; export default { name: '', immutable: true, initialState: { }, epics: { }, };