Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
t3chguy committed Jul 12, 2021
1 parent a7aa87a commit 2ef714b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/stores/RightPanelStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2ef714b

Please sign in to comment.