diff --git a/app/javascript/mastodon/features/compose/components/latex_dropdown.jsx b/app/javascript/mastodon/features/compose/components/latex_dropdown.jsx index 5969e7937c9387..f897354674c754 100644 --- a/app/javascript/mastodon/features/compose/components/latex_dropdown.jsx +++ b/app/javascript/mastodon/features/compose/components/latex_dropdown.jsx @@ -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';