Upload: swap out deprecated Icon for UI Icon

This commit is contained in:
Alex Gleason 2023-10-13 11:12:49 -05:00
parent 39de868383
commit 629258613e
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -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';