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

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";