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/infobox/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/components/ui/infobox/index.tsx') diff --git a/src/components/ui/infobox/index.tsx b/src/components/ui/infobox/index.tsx index a1c4f9d21..36ea6a59f 100644 --- a/src/components/ui/infobox/index.tsx +++ b/src/components/ui/infobox/index.tsx @@ -2,9 +2,9 @@ import { mdiClose } from '@mdi/js'; import classnames from 'classnames'; import { noop } from 'lodash'; -import { Component, ReactElement, ReactNode } from 'react'; -import withStyles, { WithStylesProps } from 'react-jss'; -import { Theme } from '../../../themes'; +import { Component, type ReactElement, type ReactNode } from 'react'; +import withStyles, { type WithStylesProps } from 'react-jss'; +import type { Theme } from '../../../themes'; import Icon from '../icon'; const buttonStyles = (theme: Theme) => { -- cgit v1.2.3-70-g09d2