Upload: swap out deprecated Icon for UI Icon
This commit is contained in:
parent
39de868383
commit
629258613e
1 changed files with 1 additions and 2 deletions
|
@ -15,8 +15,7 @@ import { spring } from 'react-motion';
|
|||
|
||||
import { openModal } from 'soapbox/actions/modals';
|
||||
import Blurhash from 'soapbox/components/blurhash';
|
||||
import Icon from 'soapbox/components/icon';
|
||||
import { HStack, IconButton } from 'soapbox/components/ui';
|
||||
import { HStack, Icon, IconButton } from 'soapbox/components/ui';
|
||||
import Motion from 'soapbox/features/ui/util/optional-motion';
|
||||
import { useAppDispatch } from 'soapbox/hooks';
|
||||
import { Attachment } from 'soapbox/types/entities';
|
||||
|
|
Loading…
Reference in a new issue