Use published matrix-wysisyg

This commit is contained in:
Florian Duros 2022-10-10 14:28:30 +02:00
parent 3080d14c00
commit 200af78c2a
No known key found for this signature in database
GPG key ID: 9700AA5870258A0B
3 changed files with 7 additions and 6 deletions

View file

@ -15,7 +15,7 @@ limitations under the License.
*/
import React, { useCallback, useState } from 'react';
import { useWysiwyg } from "matrix-wysiwyg";
import { useWysiwyg } from "@matrix-org/matrix-wysiwyg";
import { IEventRelation, MatrixEvent } from 'matrix-js-sdk/src/models/event';
import { useRoomContext } from '../../../../contexts/RoomContext';