Remove unnecessary import

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Š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
1 changed files with 0 additions and 1 deletions

View File

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