Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix incorrect js-sdk import
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Jan 26, 2023
1 parent 156b787 commit d5a218b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/views/rooms/wysiwyg_composer/utils/event.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

import { MatrixClient, MatrixEvent } from "matrix-js-sdk/src/matrix";

import EditorStateTransfer from "../../../../../utils/EditorStateTransfer";
import { IRoomState } from "../../../../structures/RoomView";
import { MatrixClient, MatrixEvent } from "../../../../../../../matrix-js-sdk";

// From EditMessageComposer private get events(): MatrixEvent[]
export function getEventsFromEditorStateTransfer(
Expand Down

0 comments on commit d5a218b

Please sign in to comment.