Appease the linter

This commit is contained in:
Travis Ralston 2021-03-05 18:49:32 -07:00
parent fa5d98c319
commit 533c9fed64
12 changed files with 11 additions and 22 deletions

View file

@ -19,7 +19,6 @@ import React from 'react';
import PropTypes from 'prop-types';
import classNames from 'classnames';
import * as sdk from "../../../index";
import {MatrixClientPeg} from "../../../MatrixClientPeg";
import { _t } from '../../../languageHandler';
import { UserAddressType } from '../../../UserAddress.js';
import {replaceableComponent} from "../../../utils/replaceableComponent";