Skip to content

Commit

Permalink
Destructure both icons
Browse files Browse the repository at this point in the history
dont import glitch from mastodon
  • Loading branch information
sneakers-the-rat committed Oct 7, 2023
1 parent 49754b7 commit 8143935
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { supportsPassiveEvents } from 'detect-passive-events';
import spring from 'react-motion/lib/spring';
import Overlay from 'react-overlays/Overlay';

import Icon from 'flavours/glitch/components/icon';
import { assetHost } from 'flavours/glitch/utils/config';
import { Icon } from 'mastodon/components/icon';
import { assetHost } from 'mastodon/utils/config';

import Motion from '../../ui/util/optional_motion';

Expand Down

0 comments on commit 8143935

Please sign in to comment.