From 2f3f2ae7f098376f535e5aa993c9eedc14e36f5d Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 22 Mar 2024 02:33:33 +0530 Subject: Upgrade node modules --- src/components/ui/colorPickerInput/index.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/components/ui/colorPickerInput') diff --git a/src/components/ui/colorPickerInput/index.tsx b/src/components/ui/colorPickerInput/index.tsx index 39fd0220a..4870a3675 100644 --- a/src/components/ui/colorPickerInput/index.tsx +++ b/src/components/ui/colorPickerInput/index.tsx @@ -1,15 +1,15 @@ +import classnames from 'classnames'; +import { noop } from 'lodash'; +import { observer } from 'mobx-react'; import { - ChangeEvent, + type ChangeEvent, Component, + type InputHTMLAttributes, + type RefObject, createRef, - InputHTMLAttributes, - RefObject, } from 'react'; -import { observer } from 'mobx-react'; -import classnames from 'classnames'; -import { Color, ColorResult, SliderPicker } from 'react-color'; -import { noop } from 'lodash'; -import { FormFields } from '../../../@types/mobx-form.types'; +import { type Color, type ColorResult, SliderPicker } from 'react-color'; +import type { FormFields } from '../../../@types/mobx-form.types'; interface IProps extends InputHTMLAttributes, FormFields { onColorChange: (event: ChangeEvent) => void; -- cgit v1.2.3-70-g09d2