Merge pull request #4343 from matrix-org/t3chguy/app_load1
App load order tweaks for code splitting
This commit is contained in:
commit
122be045c3
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ limitations under the License.
|
||||||
import React, {createRef} from 'react';
|
import React, {createRef} from 'react';
|
||||||
import PropTypes from 'prop-types';
|
import PropTypes from 'prop-types';
|
||||||
import createReactClass from 'create-react-class';
|
import createReactClass from 'create-react-class';
|
||||||
import('../../../VelocityBounce');
|
import '../../../VelocityBounce';
|
||||||
import { _t } from '../../../languageHandler';
|
import { _t } from '../../../languageHandler';
|
||||||
import {formatDate} from '../../../DateUtils';
|
import {formatDate} from '../../../DateUtils';
|
||||||
import Velociraptor from "../../../Velociraptor";
|
import Velociraptor from "../../../Velociraptor";
|
||||||
|
|
Loading…
Reference in a new issue