diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-06-23 16:56:02 +0300 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-06-23 16:56:02 +0300 |
| commit | 1c2cfddfb487770bcc19f11eedd490c3bebe175d (patch) | |
| tree | c82d209e8e11d3c0a2d7338dbaa2db266d59b917 /app/components/SelectLocation.js | |
| parent | 79f630bf805caa15d51c276dce70c131bd42162d (diff) | |
| download | mullvadvpn-1c2cfddfb487770bcc19f11eedd490c3bebe175d.tar.xz mullvadvpn-1c2cfddfb487770bcc19f11eedd490c3bebe175d.zip | |
Migrate to React 15.6
Diffstat (limited to 'app/components/SelectLocation.js')
| -rw-r--r-- | app/components/SelectLocation.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/components/SelectLocation.js b/app/components/SelectLocation.js index eb4191518e..0dd52ab2bb 100644 --- a/app/components/SelectLocation.js +++ b/app/components/SelectLocation.js @@ -1,4 +1,5 @@ -import React, { Component, PropTypes } from 'react'; +import React, { Component } from 'react'; +import PropTypes from 'prop-types'; import { If, Then } from 'react-if'; import { Layout, Container, Header } from './Layout'; import { servers } from '../config'; |
