diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-08-08 18:12:26 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-08-08 19:05:27 +0200 |
| commit | 8d3f558cb9621c41c5962761eb58025fb4898c62 (patch) | |
| tree | 1323fbb54c7a922b86737247334c384f703f1cd9 /app/components/AppButtonStyles.js | |
| parent | f1d3451e8b5ec4555c57284be182fef98dcd3752 (diff) | |
| download | mullvadvpn-8d3f558cb9621c41c5962761eb58025fb4898c62.tar.xz mullvadvpn-8d3f558cb9621c41c5962761eb58025fb4898c62.zip | |
Add missing @flow
Diffstat (limited to 'app/components/AppButtonStyles.js')
| -rw-r--r-- | app/components/AppButtonStyles.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/components/AppButtonStyles.js b/app/components/AppButtonStyles.js index d84b78b8a3..cb278c3b0d 100644 --- a/app/components/AppButtonStyles.js +++ b/app/components/AppButtonStyles.js @@ -1,3 +1,5 @@ +// @flow + import { createViewStyles, createTextStyles } from '../lib/styles'; import { colors } from '../config'; |
