Updated deprecated element

merge-requests/3314/head
danidfra 2025-01-27 11:55:49 -03:00
rodzic 0cc13cadfc
commit 96295be70b
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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 Icon from 'soapbox/components/ui/icon.tsx';
interface IIconWithCounter extends React.HTMLAttributes<HTMLDivElement> {
count: number;