Rename domain-tasks to domain-task

This commit is contained in:
SteveSandersonMS
2016-02-08 18:20:23 -08:00
parent 4312d6e28c
commit 32349fa85b
7 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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