diff --git a/src/views/Wallet/views/Dashboard/Container.js b/src/views/Wallet/views/Dashboard/Container.js index a63dd05d..768e6cec 100644 --- a/src/views/Wallet/views/Dashboard/Container.js +++ b/src/views/Wallet/views/Dashboard/Container.js @@ -2,7 +2,7 @@ import { connect } from 'react-redux'; import type { MapStateToProps } from 'react-redux'; import type { State } from 'flowtype'; -import Dashboard from "./index"; +import Dashboard from './index'; type OwnProps = {}; diff --git a/src/views/Wallet/views/Dashboard/index.js b/src/views/Wallet/views/Dashboard/index.js index 631bcabf..7e80ffb4 100644 --- a/src/views/Wallet/views/Dashboard/index.js +++ b/src/views/Wallet/views/Dashboard/index.js @@ -90,4 +90,4 @@ const Dashboard = (props: Props) => ( ); -export default Dashboard \ No newline at end of file +export default Dashboard;