mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-27 11:41:35 +01:00
Fix erroneous inclusion of upstream code
This commit is contained in:
parent
d4c22d48df
commit
49027ee948
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import Video from 'flavours/glitch/features/video';
|
|||
import ImmutablePureComponent from 'react-immutable-pure-component';
|
||||
import { FormattedMessage } from 'react-intl';
|
||||
import classNames from 'classnames';
|
||||
import Icon from 'mastodon/components/icon';
|
||||
import Icon from 'flavours/glitch/components/icon';
|
||||
|
||||
export default class VideoModal extends ImmutablePureComponent {
|
||||
|
||||
|
|
Loading…
Reference in a new issue