Use lower case import

pull/21833/head
Jorik Schellekens 2020-06-16 15:52:35 +01:00
parent 17dbb1ac8b
commit b27334f448
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ import React from 'react';
import * as Avatar from '../../../Avatar';
import classnames from 'classnames';
import { MatrixEvent } from 'matrix-js-sdk/src/models/Event';
import { MatrixEvent } from 'matrix-js-sdk/src/models/event';
import * as sdk from "../../../index";
interface IProps {