mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-27 12:07:31 +00:00
Move framework stuff into 'fx' folder
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { fetch } from '../tracked-fetch';
|
||||
import { typeName, isActionType, Action, Reducer } from '../TypedRedux';
|
||||
import { fetch } from '../fx/tracked-fetch';
|
||||
import { typeName, isActionType, Action, Reducer } from '../fx/TypedRedux';
|
||||
import { ActionCreator } from './';
|
||||
import { Genre } from './GenreList';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user