Update react-router to work with react reorganization

This commit is contained in:
James Brantly
2015-08-27 22:18:59 -04:00
parent 07c4e447f1
commit 6102332bf0

View File

@@ -4,7 +4,6 @@
// Definitions: https://github.com/borisyankov/DefinitelyTyped
///<reference path='../react/react.d.ts' />
///<reference path='../react/react-addons.d.ts' />
declare module ReactRouter {
import React = __React;