diff options
Diffstat (limited to 'app/components/SelectLocation.js')
| -rw-r--r-- | app/components/SelectLocation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/SelectLocation.js b/app/components/SelectLocation.js index 0720a983d6..9b7bbae625 100644 --- a/app/components/SelectLocation.js +++ b/app/components/SelectLocation.js @@ -1,7 +1,7 @@ import React, { Component, PropTypes } from 'react'; import { If, Then } from 'react-if'; import { Layout, Container, Header } from './Layout'; -import { servers } from '../constants'; +import { servers } from '../config'; import CustomScrollbars from './CustomScrollbars'; export default class SelectLocation extends Component { |
