mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-13 01:20:59 +00:00
flowtype fix for Account/Summary
This commit is contained in:
parent
81aa4e108b
commit
46acf38364
@ -17,7 +17,7 @@ import { FONT_WEIGHT, FONT_SIZE } from 'config/variables';
|
|||||||
import AccountBalance from './components/Balance';
|
import AccountBalance from './components/Balance';
|
||||||
import AddedToken from './components/Token';
|
import AddedToken from './components/Token';
|
||||||
|
|
||||||
import { Props } from './Container';
|
import type { Props } from './Container';
|
||||||
|
|
||||||
const AccountHeading = styled.div`
|
const AccountHeading = styled.div`
|
||||||
padding: 0 0 30px 0;
|
padding: 0 0 30px 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user