From 46acf38364207e23bbcda821dd66c771b3e68815 Mon Sep 17 00:00:00 2001 From: Szymon Lesisz Date: Fri, 19 Oct 2018 13:37:15 +0200 Subject: [PATCH] flowtype fix for Account/Summary --- src/views/Wallet/views/Account/Summary/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Wallet/views/Account/Summary/index.js b/src/views/Wallet/views/Account/Summary/index.js index 36a88475..90da7d41 100644 --- a/src/views/Wallet/views/Account/Summary/index.js +++ b/src/views/Wallet/views/Account/Summary/index.js @@ -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;