diff --git a/client/src/components/labels/LabelsStep/AddStep.jsx b/client/src/components/labels/LabelsStep/AddStep.jsx index 71959a60..2a4934d8 100755 --- a/client/src/components/labels/LabelsStep/AddStep.jsx +++ b/client/src/components/labels/LabelsStep/AddStep.jsx @@ -15,8 +15,6 @@ import { useForm } from '../../../hooks'; import LABEL_COLORS from '../../../constants/LabelColors'; import Editor from './Editor'; -import styles from './AddStep.module.scss'; - const AddStep = React.memo(({ cardId, defaultData, onBack }) => { const dispatch = useDispatch(); const [t] = useTranslation(); @@ -52,7 +50,7 @@ const AddStep = React.memo(({ cardId, defaultData, onBack }) => {
-