1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-14 19:02:33 +03:00

Use lower case import

This commit is contained in:
Jorik Schellekens
2020-06-16 15:52:35 +01:00
parent 17dbb1ac8b
commit b27334f448

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 {