mirror of
https://github.com/YMFE/yapi.git
synced 2025-03-07 14:16:52 +08:00
fix: 删除reducer中user文件引用的错误
This commit is contained in:
parent
9abdc36aa0
commit
d5588bdd99
28
client/containers/Follows/Follows.js
Normal file
28
client/containers/Follows/Follows.js
Normal file
@ -0,0 +1,28 @@
|
||||
import React, { Component } from 'react';
|
||||
import Subnav from '../../components/Subnav/Subnav.js';
|
||||
import { Row, Col } from 'antd';
|
||||
|
||||
import './ProjectGroups.scss'
|
||||
|
||||
export default class ProjectGroups extends Component {
|
||||
constructor(props) {
|
||||
super(props)
|
||||
}
|
||||
|
||||
render () {
|
||||
return (
|
||||
<div>
|
||||
<Subnav data={[{
|
||||
name: '项目广场',
|
||||
path: '/test'
|
||||
}, {
|
||||
name: '我的关注',
|
||||
path: '/test'
|
||||
}]}/>
|
||||
<div className="g-doc">
|
||||
doc
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
@ -5,14 +5,12 @@ import project from './project.js'
|
||||
import Interface from './interface.js'
|
||||
import news from './news.js'
|
||||
import addInterface from './addInterface.js'
|
||||
import user from './user.js'
|
||||
import menu from './menu.js'
|
||||
|
||||
export default combineReducers({
|
||||
group,
|
||||
login,
|
||||
Interface,
|
||||
user,
|
||||
project,
|
||||
news,
|
||||
addInterface,
|
||||
|
Loading…
Reference in New Issue
Block a user