mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-16 02:02:10 +03:00
Removed unnecessary imports
This commit is contained in:
parent
a6d6af1a93
commit
e9203d7571
1 changed files with 0 additions and 2 deletions
|
@ -16,10 +16,8 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
|
||||
import Dropdown from "../../views/elements/Dropdown"
|
||||
import PlatformPeg from "../../../PlatformPeg";
|
||||
import * as sdk from '../../../index';
|
||||
import * as languageHandler from '../../../languageHandler';
|
||||
import SettingsStore from "../../../settings/SettingsStore";
|
||||
|
|
Loading…
Reference in a new issue