From 84d71614f6ef9ac51807ccb538d87e6ab5353c2e Mon Sep 17 00:00:00 2001 From: Vasek Mlejnsky Date: Mon, 24 Sep 2018 10:14:52 +0200 Subject: [PATCH] Fix import --- src/views/Wallet/views/AccountSend/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Wallet/views/AccountSend/index.js b/src/views/Wallet/views/AccountSend/index.js index d84e81d3..d7d2ffa3 100644 --- a/src/views/Wallet/views/AccountSend/index.js +++ b/src/views/Wallet/views/AccountSend/index.js @@ -14,7 +14,7 @@ import P from 'components/Paragraph'; import { H2 } from 'components/Heading'; import SelectedAccount from 'views/Wallet/components/SelectedAccount'; import type { Token } from 'flowtype'; -import AdvancedForm from './components/Advanced'; +import AdvancedForm from './components/AdvancedForm'; import PendingTransactions from './components/PendingTransactions'; import type { Props } from './Container';