remove unused import

This commit is contained in:
Germain Souquet 2021-06-14 23:51:38 +01:00
parent 75151b7a6c
commit b2f20e052d

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";