diff --git a/src/component/product/settingsTab/TemplateConfigure.jsx b/src/component/product/settingsTab/TemplateConfigure.jsx new file mode 100644 index 0000000..58f6106 --- /dev/null +++ b/src/component/product/settingsTab/TemplateConfigure.jsx @@ -0,0 +1,25 @@ + + +const TemplateConfigure = ({productData}) => { + + return <> +
+
+
+

Some headings

+
+
+ {/*
*/} + {/*
*/} + {/* /!**!/*/} + {/* */} + {/*
*/} + {/*
*/} +
+ + + +} + +export default TemplateConfigure \ No newline at end of file