1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

Appease the linter

This commit is contained in:
Travis Ralston
2020-09-16 17:27:45 -06:00
parent bfbbf44dfc
commit c3a3754432
2 changed files with 2 additions and 4 deletions

View File

@@ -20,8 +20,6 @@ import AccessibleButton from "../elements/AccessibleButton";
import classNames from "classnames";
import { _t } from '../../../languageHandler';
import {Key} from "../../../Keyboard";
import SdkConfig from "../../../SdkConfig";
import EventIndexPeg from "../../../indexing/EventIndexPeg";
import DesktopBuildsNotice, {WarningKind} from "../elements/DesktopBuildsNotice";
export default class SearchBar extends React.Component {