Merge pull request #4343 from matrix-org/t3chguy/app_load1

App load order tweaks for code splitting
This commit is contained in:
Michael Telatynski 2020-04-06 12:05:29 +01:00 committed by GitHub
commit 122be045c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ limitations under the License.
import React, {createRef} from 'react';
import PropTypes from 'prop-types';
import createReactClass from 'create-react-class';
import('../../../VelocityBounce');
import '../../../VelocityBounce';
import { _t } from '../../../languageHandler';
import {formatDate} from '../../../DateUtils';
import Velociraptor from "../../../Velociraptor";