delint and run i18n

This commit is contained in:
Michael Telatynski 2019-11-12 12:37:47 +00:00
parent 2eddb6ca01
commit b73d0ca92a
4 changed files with 1 additions and 5 deletions

View file

@ -22,7 +22,6 @@ import PropTypes from 'prop-types';
import classNames from 'classnames';
import {focusCapturedRef} from "../../utils/Accessibility";
import {Key, KeyCode} from "../../Keyboard";
import {_t} from "../../languageHandler";
import sdk from "../../index";
// Shamelessly ripped off Modal.js. There's probably a better way