Fixing merge
Этот коммит содержится в:
@@ -9,7 +9,9 @@ import UserStore from '../../stores/user_store.jsx';
|
|||||||
import * as Client from '../../utils/client.jsx';
|
import * as Client from '../../utils/client.jsx';
|
||||||
import * as AsyncClient from '../../utils/async_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 {
|
export default class ComplianceReports extends React.Component {
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
@@ -4,7 +4,10 @@
|
|||||||
import * as Client from '../../utils/client.jsx';
|
import * as Client from '../../utils/client.jsx';
|
||||||
import * as AsyncClient from '../../utils/async_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({
|
var holders = defineMessages({
|
||||||
saving: {
|
saving: {
|
||||||
Ссылка в новой задаче
Block a user