From 203b756cb22d6488263cb88f1fb32d72f5107f19 Mon Sep 17 00:00:00 2001 From: wanghxm Date: Wed, 7 Sep 2016 08:51:23 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E5=AF=BC=E8=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/App.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/App.js b/src/components/App.js index 326accc..1277816 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -1,5 +1,5 @@ import React from 'react'; -import {Link} from 'react-router'; +import { Link,IndexLink } from 'react-router'; import NavLink from './NavLink' export default React.createClass({ @@ -7,8 +7,8 @@ export default React.createClass({ return (

React Router Tutorial

-