remove unused import

pull/21833/head
Germain Souquet 2021-06-14 23:51:38 +01:00
parent 75151b7a6c
commit b2f20e052d
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ limitations under the License.
*/
import React from 'react';
import PropTypes from 'prop-types';
import {_t} from "../../../languageHandler";
import * as sdk from "../../../index";
import {replaceableComponent} from "../../../utils/replaceableComponent";