summaryrefslogtreecommitdiffhomepage
path: root/app/components/Settings.js
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@codeispoetry.ru>2017-06-23 16:56:02 +0300
committerAndrej Mihajlov <and@codeispoetry.ru>2017-06-23 16:56:02 +0300
commit1c2cfddfb487770bcc19f11eedd490c3bebe175d (patch)
treec82d209e8e11d3c0a2d7338dbaa2db266d59b917 /app/components/Settings.js
parent79f630bf805caa15d51c276dce70c131bd42162d (diff)
downloadmullvadvpn-1c2cfddfb487770bcc19f11eedd490c3bebe175d.tar.xz
mullvadvpn-1c2cfddfb487770bcc19f11eedd490c3bebe175d.zip
Migrate to React 15.6
Diffstat (limited to 'app/components/Settings.js')
-rw-r--r--app/components/Settings.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/components/Settings.js b/app/components/Settings.js
index cc8dc24f25..eaec0355f2 100644
--- a/app/components/Settings.js
+++ b/app/components/Settings.js
@@ -1,5 +1,6 @@
import moment from 'moment';
-import React, { Component, PropTypes } from 'react';
+import React, { Component } from 'react';
+import PropTypes from 'prop-types';
import { If, Then, Else } from 'react-if';
import { Layout, Container, Header } from './Layout';
import Switch from './Switch';