diff --git a/client/src/pages/tools/base64/components/TextArea/TextArea.jsx b/client/src/pages/tools/base64/components/TextArea/TextArea.jsx new file mode 100644 index 0000000..af6b8e5 --- /dev/null +++ b/client/src/pages/tools/base64/components/TextArea/TextArea.jsx @@ -0,0 +1,5 @@ +import "./styles.sass"; + +export const TextArea = ({value, onChange, readOnly = false}) => ( +