diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-02-21 10:45:11 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-02-21 10:45:11 +0100 |
| commit | de737c54c413f96c35b4e9bc6280fc7d26e4fa83 (patch) | |
| tree | 0cf470c59b4c7c8a6327e64610f68f5facd78d6d /app/components/Settings.js | |
| parent | ae9c255b3ecdec341090c932db6cb261147a7382 (diff) | |
| parent | 1214138633bcca19a1b96622400f3fbcf4044bd9 (diff) | |
| download | mullvadvpn-de737c54c413f96c35b4e9bc6280fc7d26e4fa83.tar.xz mullvadvpn-de737c54c413f96c35b4e9bc6280fc7d26e4fa83.zip | |
Merge branch 'update-flow'
Diffstat (limited to 'app/components/Settings.js')
| -rw-r--r-- | app/components/Settings.js | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/app/components/Settings.js b/app/components/Settings.js index cae2503127..642887cd9b 100644 --- a/app/components/Settings.js +++ b/app/components/Settings.js @@ -1,6 +1,6 @@ // @flow import moment from 'moment'; -import React from 'react'; +import * as React from 'react'; import { Component, Text, View } from 'reactxp'; import { Button, CellButton, RedButton, Label, SubText} from './styled'; import { Layout, Container } from './Layout'; @@ -24,10 +24,7 @@ export type SettingsProps = { onExternalLink: (type: string) => void, }; -export default class Settings extends Component { - - props: SettingsProps; - +export default class Settings extends Component<SettingsProps> { render() { return ( <Layout> |
