Updated deprecated element

This commit is contained in:
danidfra 2025-01-27 11:55:49 -03:00
parent 0cc13cadfc
commit 96295be70b
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
import Icon, { IIcon } from 'soapbox/components/icon.tsx'; import { IIcon } from 'soapbox/components/icon.tsx';
import Counter from 'soapbox/components/ui/counter.tsx'; import Counter from 'soapbox/components/ui/counter.tsx';
import Icon from 'soapbox/components/ui/icon.tsx';
interface IIconWithCounter extends React.HTMLAttributes<HTMLDivElement> { interface IIconWithCounter extends React.HTMLAttributes<HTMLDivElement> {
count: number; count: number;