You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-28 09:24:05 +03:00
Switch to importing more things from the main js-sdk export (#11394)
This commit is contained in:
committed by
GitHub
parent
aa6f27dde2
commit
d2c6577024
@@ -25,8 +25,8 @@ import {
|
||||
Room,
|
||||
MatrixClient,
|
||||
PendingEventOrdering,
|
||||
THREAD_RELATION_TYPE,
|
||||
} from "matrix-js-sdk/src/matrix";
|
||||
import { THREAD_RELATION_TYPE } from "matrix-js-sdk/src/models/thread";
|
||||
import React, { useState } from "react";
|
||||
|
||||
import ThreadView from "../../../src/components/structures/ThreadView";
|
||||
|
||||
Reference in New Issue
Block a user