mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Reference external redux-typed package
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { fetch } from 'domain-task/fetch';
|
||||
import { typeName, isActionType, Action, Reducer } from '../fx/TypedRedux';
|
||||
import { typeName, isActionType, Action, Reducer } from 'redux-typed';
|
||||
import { ActionCreator } from './';
|
||||
import { Genre } from './GenreList';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { fetch } from 'domain-task/fetch';
|
||||
import { typeName, isActionType, Action, Reducer } from '../fx/TypedRedux';
|
||||
import { typeName, isActionType, Action, Reducer } from 'redux-typed';
|
||||
import { ActionCreator } from './';
|
||||
|
||||
// -----------------
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { fetch } from 'domain-task/fetch';
|
||||
import { typeName, isActionType, Action, Reducer } from '../fx/TypedRedux';
|
||||
import { typeName, isActionType, Action, Reducer } from 'redux-typed';
|
||||
import { ActionCreator } from './';
|
||||
import { Album } from './FeaturedAlbums';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { fetch } from 'domain-task/fetch';
|
||||
import { typeName, isActionType, Action, Reducer } from '../fx/TypedRedux';
|
||||
import { typeName, isActionType, Action, Reducer } from 'redux-typed';
|
||||
import { ActionCreator } from './';
|
||||
|
||||
// -----------------
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { ActionCreatorGeneric } from '../fx/TypedRedux';
|
||||
import { ActionCreatorGeneric } from 'redux-typed';
|
||||
import * as FeaturedAlbums from './FeaturedAlbums';
|
||||
import * as GenreList from './GenreList';
|
||||
import * as GenreDetails from './GenreDetails';
|
||||
|
||||
Reference in New Issue
Block a user