mirror of
https://github.com/trezor/trezor-wallet
synced 2024-12-25 00:18:07 +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 AddedToken from './components/Token';
|
||||
|
||||
import { Props } from './Container';
|
||||
import type { Props } from './Container';
|
||||
|
||||
const AccountHeading = styled.div`
|
||||
padding: 0 0 30px 0;
|
||||
|
Loading…
Reference in New Issue
Block a user