mirror of
https://github.com/element-hq/element-web
synced 2024-11-28 04:21:57 +03:00
remove unused import
This commit is contained in:
parent
a7aa87a9fc
commit
2ef714b9eb
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ import { RightPanelPhases, RIGHT_PANEL_PHASES_NO_ARGS } from "./RightPanelStoreP
|
|||
import { ActionPayload } from "../dispatcher/payloads";
|
||||
import { Action } from '../dispatcher/actions';
|
||||
import { SettingLevel } from "../settings/SettingLevel";
|
||||
import RoomViewStore from './RoomViewStore';
|
||||
|
||||
interface RightPanelStoreState {
|
||||
// Whether or not to show the right panel at all. We split out rooms and groups
|
||||
|
|
Loading…
Reference in a new issue