We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ddb7f9d + 4f4e991 commit f172b00Copy full SHA for f172b00
modules/Route.js
@@ -2,6 +2,7 @@ import React from 'react';
2
import invariant from 'invariant';
3
import { createRouteFromReactElement } from './RouteUtils';
4
import { component, components } from './PropTypes';
5
+import warning from 'warning';
6
7
var { string, bool, func } = React.PropTypes;
8
0 commit comments