forked from Gitlink/forgeplus-react
添加竞赛评审任务列表路由并已实现跳转
This commit is contained in:
parent
c8fd59d101
commit
d30c466b4b
|
@ -0,0 +1,11 @@
|
||||||
|
import React from "react";
|
||||||
|
|
||||||
|
import './index.scss';
|
||||||
|
|
||||||
|
function Competition(){
|
||||||
|
return(
|
||||||
|
<div className="expert_review_system centerbox">
|
||||||
|
aaa
|
||||||
|
</div>)
|
||||||
|
}
|
||||||
|
export default Competition;
|
Loading…
Reference in New Issue