Remove unused import

pull/21833/head
Travis Ralston 2019-01-25 15:46:38 -07:00
parent 57e45e7e7c
commit e2ba1cc0d6
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ limitations under the License.
import React from 'react';
import {_t} from "../../../../languageHandler";
import {MatrixClient} from "matrix-js-sdk";
import ProfileSettings from "../ProfileSettings";
import EmailAddresses from "../EmailAddresses";
import PhoneNumbers from "../PhoneNumbers";