1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-28 15:22:05 +03:00

fix: lint

This commit is contained in:
Panagiotis
2021-03-03 23:26:31 +02:00
parent ae08f74336
commit 0a1f372371

View File

@ -19,7 +19,7 @@ limitations under the License.
import React from 'react';
import PropTypes from 'prop-types';
import SyntaxHighlight from '../views/elements/SyntaxHighlight';
import {_t, _td} from "../../languageHandler";
import {_t} from "../../languageHandler";
import * as sdk from "../../index";