1
0
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:
Szymon Lesisz 2018-10-19 13:37:15 +02:00
parent 81aa4e108b
commit 46acf38364

View File

@ -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;