From 6102332bf03c95c4166407685ced15ca9fda9f65 Mon Sep 17 00:00:00 2001 From: James Brantly Date: Thu, 27 Aug 2015 22:18:59 -0400 Subject: [PATCH] Update react-router to work with react reorganization --- react-router/react-router.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/react-router/react-router.d.ts b/react-router/react-router.d.ts index f43f56484a..bc19e568c0 100644 --- a/react-router/react-router.d.ts +++ b/react-router/react-router.d.ts @@ -4,7 +4,6 @@ // Definitions: https://github.com/borisyankov/DefinitelyTyped /// -/// declare module ReactRouter { import React = __React;