mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Use lower case import
This commit is contained in:
parent
17dbb1ac8b
commit
b27334f448
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue