Fix import merge conflicts, removing any that aren't needed anymore
Many imports were removed as part of refactoring work, so here we are.
This commit is contained in:
parent
a0da13200f
commit
3e5cc9550b
26 changed files with 6 additions and 158 deletions
|
@ -21,14 +21,11 @@ import createReactClass from 'create-react-class';
|
|||
import { AllHtmlEntities } from 'html-entities';
|
||||
import {linkifyElement} from '../../../HtmlUtils';
|
||||
import SettingsStore from "../../../settings/SettingsStore";
|
||||
<<<<<<< HEAD
|
||||
import {MatrixClientPeg} from "../../../MatrixClientPeg";
|
||||
import * as sdk from "../../../index";
|
||||
import Modal from "../../../Modal";
|
||||
import * as ImageUtils from "../../../ImageUtils";
|
||||
=======
|
||||
import { _t } from "../../../languageHandler";
|
||||
>>>>>>> develop
|
||||
|
||||
export default createReactClass({
|
||||
displayName: 'LinkPreviewWidget',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue