Reference external redux-typed package

This commit is contained in:
SteveSandersonMS
2016-02-09 11:20:47 -08:00
parent b8224d2bef
commit b35ac19485
12 changed files with 13 additions and 12 deletions

View File

@@ -1,6 +1,6 @@
import * as React from 'react';
import { Link } from 'react-router';
import { provide } from '../../fx/TypedRedux';
import { provide } from 'redux-typed';
import { ApplicationState } from '../../store';
import * as GenreList from '../../store/GenreList';