mirror of https://github.com/vector-im/riot-web
Remove unused import
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>pull/21833/head
parent
3de679b084
commit
82d117974f
|
@ -45,7 +45,6 @@ import { KeyCode, isOnlyCtrlOrCmdKeyEvent } from '../../Keyboard';
|
|||
import RoomViewStore from '../../stores/RoomViewStore';
|
||||
import RoomScrollStateStore from '../../stores/RoomScrollStateStore';
|
||||
import SettingsStore from "../../settings/SettingsStore";
|
||||
import Reply from "../views/elements/ReplyThread";
|
||||
|
||||
const DEBUG = false;
|
||||
let debuglog = function() {};
|
||||
|
|
Loading…
Reference in New Issue