Skip to content

Commit f172b00

Browse files
committed
Merge pull request #1305 from guotie/patch-1
Update Route.js
2 parents ddb7f9d + 4f4e991 commit f172b00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/Route.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import React from 'react';
22
import invariant from 'invariant';
33
import { createRouteFromReactElement } from './RouteUtils';
44
import { component, components } from './PropTypes';
5+
import warning from 'warning';
56

67
var { string, bool, func } = React.PropTypes;
78

0 commit comments

Comments
 (0)