ManageEventIndexDialog: Remove an unused import.
This commit is contained in:
parent
3208ac60c7
commit
9f3e5ab1db
1 changed files with 0 additions and 1 deletions
|
@ -22,7 +22,6 @@ import { _t } from '../../../../languageHandler';
|
||||||
import Modal from '../../../../Modal';
|
import Modal from '../../../../Modal';
|
||||||
import {formatBytes, formatCountLong} from "../../../../utils/FormattingUtils";
|
import {formatBytes, formatCountLong} from "../../../../utils/FormattingUtils";
|
||||||
import EventIndexPeg from "../../../../indexing/EventIndexPeg";
|
import EventIndexPeg from "../../../../indexing/EventIndexPeg";
|
||||||
import AccessibleButton from "../../../../components/views/elements/AccessibleButton";
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Allows the user to introspect the event index state and disable it.
|
* Allows the user to introspect the event index state and disable it.
|
||||||
|
|
Loading…
Reference in a new issue