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