summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoranderklander <anderklander@gmail.com>2018-03-21 16:58:26 +0100
committerAndrej Mihajlov <and@mullvad.net>2018-03-26 14:22:11 +0200
commit716019047ce298d9dc82d508b9640fe2118d4e26 (patch)
treeac7d60b1c3e43aabdc86278becfda1925f134378
parent2f7a2ec6e20170a76ff3de68791b82940454f722 (diff)
downloadmullvadvpn-716019047ce298d9dc82d508b9640fe2118d4e26.tar.xz
mullvadvpn-716019047ce298d9dc82d508b9640fe2118d4e26.zip
Remove unused import
-rw-r--r--app/components/Login.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Login.js b/app/components/Login.js
index 3404b9381f..358657c43a 100644
--- a/app/components/Login.js
+++ b/app/components/Login.js
@@ -6,7 +6,7 @@ import AccountInput from './AccountInput';
import Accordion from './Accordion';
import { formatAccount } from '../lib/formatters';
import Img from './Img';
-import { Button, BlueButton, Label, CellButton } from './styled';
+import { BlueButton, Label, CellButton } from './styled';
import styles from './LoginStyles';
import { colors } from '../config';