1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-11 20:22:36 +03:00

Appease the linter

This commit is contained in:
Travis Ralston
2020-09-16 17:26:00 -06:00
parent dca48b984f
commit e52a02d733

View File

@@ -18,7 +18,6 @@ import React from 'react';
import { MatrixEvent } from "matrix-js-sdk/src/models/event";
import { _t } from "../../../languageHandler";
import WidgetStore from "../../../stores/WidgetStore";
import { WidgetType } from "../../../widgets/WidgetType";
interface IProps {
mxEvent: MatrixEvent;