Remove unnecessary import

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-05-10 12:41:29 +02:00
parent 135cdb2255
commit 0eeb21dfac
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790

View File

@ -56,7 +56,6 @@ limitations under the License.
import React from 'react';
import {MatrixClientPeg} from './MatrixClientPeg';
import PlatformPeg from './PlatformPeg';
import Modal from './Modal';
import { _t } from './languageHandler';
import dis from './dispatcher/dispatcher';