flowtype fix for Account/Summary

pull/206/head
Szymon Lesisz 6 years ago
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…
Cancel
Save