1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-11-27 18:58:08 +00:00
This commit is contained in:
slowbackspace 2019-03-22 12:33:38 +01:00
parent 25f1d4efcb
commit 5d99bb22aa
2 changed files with 2 additions and 2 deletions

View File

@ -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 = {};

View File

@ -90,4 +90,4 @@ const Dashboard = (props: Props) => (
</Content>
);
export default Dashboard
export default Dashboard;