Update to @vector-im/matrix-wysiwyg (#125)

This commit is contained in:
David Langley 2024-10-07 15:56:34 +01:00 committed by GitHub
parent 5fbc5af884
commit a0cb9470cc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 22 additions and 22 deletions

View file

@ -6,7 +6,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR GPL-3.0-only
Please see LICENSE files in the repository root for full details.
*/
import { AllowedMentionAttributes, MappedSuggestion } from "@matrix-org/matrix-wysiwyg";
import { AllowedMentionAttributes, MappedSuggestion } from "@vector-im/matrix-wysiwyg";
import { MatrixClient, Room } from "matrix-js-sdk/src/matrix";
import { ICompletion } from "../../../../../autocomplete/Autocompleter";