1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-17 17:42:41 +03:00

ManageEventIndexDialog: Remove an unused import.

This commit is contained in:
Damir Jelić
2020-01-24 16:52:26 +01:00
parent 3208ac60c7
commit 9f3e5ab1db

View File

@@ -22,7 +22,6 @@ import { _t } from '../../../../languageHandler';
import Modal from '../../../../Modal';
import {formatBytes, formatCountLong} from "../../../../utils/FormattingUtils";
import EventIndexPeg from "../../../../indexing/EventIndexPeg";
import AccessibleButton from "../../../../components/views/elements/AccessibleButton";
/*
* Allows the user to introspect the event index state and disable it.