summaryrefslogtreecommitdiffhomepage
path: root/app/components/AppButton.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2018-08-08 18:12:26 +0200
committerAndrej Mihajlov <and@mullvad.net>2018-08-08 19:05:27 +0200
commit8d3f558cb9621c41c5962761eb58025fb4898c62 (patch)
tree1323fbb54c7a922b86737247334c384f703f1cd9 /app/components/AppButton.js
parentf1d3451e8b5ec4555c57284be182fef98dcd3752 (diff)
downloadmullvadvpn-8d3f558cb9621c41c5962761eb58025fb4898c62.tar.xz
mullvadvpn-8d3f558cb9621c41c5962761eb58025fb4898c62.zip
Add missing @flow
Diffstat (limited to 'app/components/AppButton.js')
-rw-r--r--app/components/AppButton.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/components/AppButton.js b/app/components/AppButton.js
index af8f36b47c..dd69ab1dc3 100644
--- a/app/components/AppButton.js
+++ b/app/components/AppButton.js
@@ -1,4 +1,5 @@
// @flow
+
import * as React from 'react';
import { Button, Text, Component } from 'reactxp';
import styles from './AppButtonStyles';