docs: 修改login-wrap文件名

This commit is contained in:
wenbo.dong 2017-07-20 10:51:31 +08:00
parent 0c760d8443
commit c1683d2ae0
3 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ import { connect } from 'react-redux'
import { Link } from 'react-router-dom'
import { Row, Col, Button } from 'antd'
import PropTypes from "prop-types"
import Login from '../Login/Login-wrap'
import Login from '../Login/LoginWrap'
import Intro from '../../components/Intro/Intro'
import Footer from "../../components/Footer/Footer";

View File

@ -1,5 +1,5 @@
import Home from './Home/Home.js'
import Login from './Login/Login-wrap.js'
import Login from './Login/LoginWrap.js'
import ProjectGroups from './ProjectGroups/ProjectGroups.js'
import Interface from './Interface/Interface.js'
import News from './News/News.js'