Use external domain-tasks NPM module

This commit is contained in:
SteveSandersonMS
2016-02-08 17:57:58 -08:00
parent e419ec43fc
commit ad55e9c94d
9 changed files with 15 additions and 79 deletions

View File

@@ -1,4 +1,4 @@
import { fetch } from '../fx/tracked-fetch';
import { fetch } from 'domain-tasks/fetch';
import { typeName, isActionType, Action, Reducer } from '../fx/TypedRedux';
import { ActionCreator } from './';
import { Album } from './FeaturedAlbums';