Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
// add all new epics here to combine and export
import { combineEpics } from 'redux-observable/lib/cjs/combineEpics';
import { test } from '@containers/app/epic';
import { test as homeTest } from '@containers/home/epic';
export default combineEpics(test, homeTest);