diff --git a/src/components/Condition/index.js b/src/components/Condition/index.js new file mode 100644 index 0000000..99db90f --- /dev/null +++ b/src/components/Condition/index.js @@ -0,0 +1,59 @@ +import React from "react"; +import CustomSelectBox from "../CustomSelectBox"; + +const Condition = () => { + return ( +
+
+
+ اینجا قرار است بیام از react-monaco-editor استفاده کنم{" "} +
+
+
+
+ + + + +
+
+
+ ); +}; + +export default Condition; diff --git a/src/components/CustomSelectBox/index.js b/src/components/CustomSelectBox/index.js index 2bdbd70..c28410e 100644 --- a/src/components/CustomSelectBox/index.js +++ b/src/components/CustomSelectBox/index.js @@ -2,7 +2,7 @@ import React from "react"; const CustomSelectBox = ({ options }) => { return ( - {options.map((option, index) => (