forked from Gitlink/forgeplus-react
引入组件
This commit is contained in:
parent
a6ed2ca451
commit
d49659deb3
|
@ -3,6 +3,7 @@ import { wikiPages, getWiki } from '../../forge/Wiki/api';
|
|||
import bg from '../img/help_bg.png';
|
||||
import './index.scss';
|
||||
function Help(props) {
|
||||
const {showNotification} = props;
|
||||
const [fileArrInit, setFileArrInit] = useState(null);
|
||||
const [checkItem, setCheckItem] = useState({});
|
||||
const [itemDetail, setItemDetail] = useState({});
|
||||
|
|
Loading…
Reference in New Issue