Skip to content

Commit

Permalink
Merge pull request #13 from chentsulin/patch-1
Browse files Browse the repository at this point in the history
add missing import for react-router
  • Loading branch information
devknoll committed Aug 22, 2015
2 parents 2ebfd9c + 126e28d commit f02b161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ react-router@>=1.0.0-beta3 routes like so:
import React from 'react';
import ReactDOM from 'react-dom';
import Relay from 'react-relay';
import { Router, Route } from 'react-router';

import RelayNestedRoutes from 'relay-nested-routes';
var NestedRootContainer = RelayNestedRoutes(React, Relay);
Expand Down

0 comments on commit f02b161

Please sign in to comment.