Move framework stuff into 'fx' folder

This commit is contained in:
SteveSandersonMS
2016-02-07 22:18:27 -08:00
parent 59b28ae5ee
commit 05905a42ab
16 changed files with 16 additions and 16 deletions

View File

@@ -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 { Album } from './FeaturedAlbums';