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/textarea/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/ui/textarea/index.tsx') diff --git a/src/components/ui/textarea/index.tsx b/src/components/ui/textarea/index.tsx index 0967c4c25..4a0e77afe 100644 --- a/src/components/ui/textarea/index.tsx +++ b/src/components/ui/textarea/index.tsx @@ -1,9 +1,9 @@ import classnames from 'classnames'; -import { Component, createRef, TextareaHTMLAttributes } from 'react'; -import injectSheet, { WithStylesProps } from 'react-jss'; +import { Component, type TextareaHTMLAttributes, createRef } from 'react'; +import injectSheet, { type WithStylesProps } from 'react-jss'; import { noop } from 'lodash'; -import { IFormField } from '../typings/generic'; +import type { IFormField } from '../typings/generic'; // biome-ignore lint/suspicious/noShadowRestrictedNames: import Error from '../error'; -- cgit v1.2.3-70-g09d2