Updated deprecated element
This commit is contained in:
parent
0cc13cadfc
commit
96295be70b
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue