mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Rename domain-tasks to domain-task
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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 './';
|
||||
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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 './';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user