Fix imports and change ldap function name

Этот коммит содержится в:
JoramWilander
2016-03-23 15:59:43 -04:00
родитель 463fd8c20b
Коммит 934c7c7a7c
7 изменённых файлов: 11 добавлений и 11 удалений

Просмотреть файл

@@ -1,7 +1,7 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import TeamStore from '../../stores/team_store.jsx';
import TeamStore from 'stores/team_store.jsx';
import React from 'react';
import {FormattedMessage} from 'react-intl';

Просмотреть файл

@@ -1,8 +1,8 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import * as Utils from '../../../utils/utils.jsx';
import * as Client from '../../../utils/client.jsx';
import * as Utils from 'utils/utils.jsx';
import * as Client from 'utils/client.jsx';
import React from 'react';
import ReactDOM from 'react-dom';

Просмотреть файл

@@ -1,8 +1,8 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import * as Utils from '../../../utils/utils.jsx';
import * as Client from '../../../utils/client.jsx';
import * as Utils from 'utils/utils.jsx';
import * as Client from 'utils/client.jsx';
import React from 'react';
import ReactDOM from 'react-dom';

Просмотреть файл

@@ -1,8 +1,8 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import * as Utils from '../../../utils/utils.jsx';
import * as Client from '../../../utils/client.jsx';
import * as Utils from 'utils/utils.jsx';
import * as Client from 'utils/client.jsx';
import React from 'react';
import ReactDOM from 'react-dom';

Просмотреть файл

@@ -1,8 +1,8 @@
// Copyright (c) 2015 Mattermost, Inc. All Rights Reserved.
// See License.txt for license information.
import * as Utils from '../../../utils/utils.jsx';
import * as Client from '../../../utils/client.jsx';
import * as Utils from 'utils/utils.jsx';
import * as Client from 'utils/client.jsx';
import React from 'react';
import ReactDOM from 'react-dom';