Adding webpack code splitting (#3377)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
00dc8e734c
Коммит
14510ce194
@@ -3,7 +3,7 @@
|
||||
|
||||
import React from 'react';
|
||||
import {FormattedMessage} from 'react-intl';
|
||||
import {Link} from 'react-router';
|
||||
import {Link} from 'react-router/es6';
|
||||
|
||||
import logoImage from 'images/logo.png';
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@ import Client from 'utils/web_client.jsx';
|
||||
import React from 'react';
|
||||
import ReactDOM from 'react-dom';
|
||||
import {FormattedMessage} from 'react-intl';
|
||||
import {browserHistory} from 'react-router';
|
||||
import {browserHistory} from 'react-router/es6';
|
||||
|
||||
export default class OAuthToEmail extends React.Component {
|
||||
constructor(props) {
|
||||
|
||||
Ссылка в новой задаче
Block a user