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/badge/ProBadge.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/components/ui/badge/ProBadge.tsx') diff --git a/src/components/ui/badge/ProBadge.tsx b/src/components/ui/badge/ProBadge.tsx index a5947d3a8..fd5752ed0 100644 --- a/src/components/ui/badge/ProBadge.tsx +++ b/src/components/ui/badge/ProBadge.tsx @@ -1,9 +1,9 @@ import { mdiStar } from '@mdi/js'; import classnames from 'classnames'; import { Component } from 'react'; -import injectStyle, { WithStylesProps } from 'react-jss'; +import injectStyle, { type WithStylesProps } from 'react-jss'; -import { Theme } from '../../../themes'; +import type { Theme } from '../../../themes'; import Icon from '../icon'; import Badge from './index'; -- cgit v1.2.3-70-g09d2