diff --git a/src/military/expert/competionList/index.jsx b/src/military/expert/competionList/index.jsx new file mode 100644 index 00000000..b9f3eca0 --- /dev/null +++ b/src/military/expert/competionList/index.jsx @@ -0,0 +1,11 @@ +import React from "react"; + +import './index.scss'; + +function Competition(){ + return( +
+ aaa +
) +} +export default Competition; \ No newline at end of file diff --git a/src/military/expert/competionList/index.scss b/src/military/expert/competionList/index.scss new file mode 100644 index 00000000..e69de29b