Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/ts/c3

This commit is contained in:
Michael Telatynski 2021-07-14 17:52:32 +01:00
commit 4084a11847
67 changed files with 1784 additions and 253 deletions

View file

@ -15,6 +15,8 @@ limitations under the License.
*/
import "matrix-js-sdk/src/@types/global"; // load matrix-js-sdk's type extensions first
// Load types for the WG CSS Font Loading APIs https://github.com/Microsoft/TypeScript/issues/13569
import "@types/css-font-loading-module";
import "@types/modernizr";
import ContentMessages from "../ContentMessages";