Этот коммит содержится в:
=Corey Hulen
2016-03-16 18:35:53 -07:00
родитель b9d5b4e5dc
Коммит 5982bd490b
2 изменённых файлов: 7 добавлений и 2 удалений

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

@@ -9,7 +9,9 @@ import UserStore from '../../stores/user_store.jsx';
import * as Client from '../../utils/client.jsx';
import * as AsyncClient from '../../utils/async_client.jsx';
import {FormattedMessage, FormattedDate, FormattedTime} from 'mm-intl';
import {FormattedMessage, FormattedDate, FormattedTime} from 'react-intl';
import React from 'react';
export default class ComplianceReports extends React.Component {
constructor(props) {

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

@@ -4,7 +4,10 @@
import * as Client from '../../utils/client.jsx';
import * as AsyncClient from '../../utils/async_client.jsx';
import {injectIntl, intlShape, defineMessages, FormattedMessage, FormattedHTMLMessage} from 'mm-intl';
import {injectIntl, intlShape, defineMessages, FormattedMessage, FormattedHTMLMessage} from 'react-intl';
import React from 'react';
import ReactDOM from 'react-dom';
var holders = defineMessages({
saving: {