File was renamed from src/components/page/workbench/index.jsx |
| | |
| | | |
| | | /** 首页--工作台 */ |
| | | import React, { ReactNode, ReactEventHandler, Component } from 'react'; |
| | | import NotifyList from '../../common/NotifyList'; //通知列表 |
| | | import TopListTableView from '../../common/TopListTableView'; //榜单列表 |
| | | import HotListTableView from '../../common/HotListTableView'; //行业热点知识库 |
| | | import NotifyList from '../../../common/NotifyList'; //通知列表 |
| | | import TopListTableView from '../../../common/TopListTableView'; //榜单列表 |
| | | import HotListTableView from '../../../common/HotListTableView'; //行业热点知识库 |
| | | |
| | | import './index.scss'; |
| | | |