mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-17 05:26:36 +00:00
Remove unneeded imports.
This commit is contained in:
parent
1b1ab097a0
commit
f7bd90405b
@ -1,17 +1,11 @@
|
|||||||
import React, {Component} from 'react'
|
import React, {Component} from "react";
|
||||||
import {connect} from 'react-redux'
|
import {connect} from "react-redux";
|
||||||
import {Header, Footer} from 'components'
|
import {Footer, Header} from "components";
|
||||||
import {push} from 'react-router-redux'
|
import {sidebarRouting} from "routing";
|
||||||
import {sidebarRouting} from 'routing'
|
import PropTypes from "prop-types";
|
||||||
import PropTypes from 'prop-types';
|
import {Container} from "semantic-ui-react";
|
||||||
import {Container} from 'semantic-ui-react'
|
|
||||||
|
|
||||||
import {
|
import {CHANGE_LANGUAGE, CHANGE_NODE, TOGGLE_LANGUAGE_DROPDOWN, TOGGLE_NODE_DROPDOWN} from "actions/config";
|
||||||
CHANGE_LANGUAGE,
|
|
||||||
TOGGLE_LANGUAGE_DROPDOWN,
|
|
||||||
CHANGE_NODE,
|
|
||||||
TOGGLE_NODE_DROPDOWN
|
|
||||||
} from 'actions/config'
|
|
||||||
|
|
||||||
|
|
||||||
class App extends Component {
|
class App extends Component {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user