mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-27 10:48:22 +00:00
fix lint
This commit is contained in:
parent
25f1d4efcb
commit
5d99bb22aa
@ -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 = {};
|
||||
|
||||
|
@ -90,4 +90,4 @@ const Dashboard = (props: Props) => (
|
||||
</Content>
|
||||
);
|
||||
|
||||
export default Dashboard
|
||||
export default Dashboard;
|
||||
|
Loading…
Reference in New Issue
Block a user