summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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';