forked from huge/frontEnd/hugeOA

liuwh
2020-04-06 b449aca90c49fe8ee96f1c040c5953fcdd2ca15d
src/components/page/index/workbench/index.jsx
File was renamed from src/components/page/workbench/index.jsx
@@ -6,9 +6,9 @@
/** 首页--工作台 */
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';