Commit bcec8017 by zhanghaozhe

test

parent c8b8ab74
...@@ -18,9 +18,4 @@ const TSTest: React.FC = () => { ...@@ -18,9 +18,4 @@ const TSTest: React.FC = () => {
</div> </div>
) )
} }
function C(a = 2, b = 3, c = 4, d = 5, e = 6) {
return d
}
export default withRouter(TSTest) export default withRouter(TSTest)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment