Skip to content

Commit 53dda08

Browse files
committed
Fix the module reference
1 parent 6fb4ce6 commit 53dda08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/ckeditor5-woltlab-smiley/src/woltlabsmileyui.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import {
2424
MentionFeedObjectItem,
2525
MentionListItemView,
2626
MentionsView,
27-
} from "@ckeditor/ckeditor5-mention/";
27+
} from "@ckeditor/ckeditor5-mention";
2828
import WoltlabSmileyCommand from "./woltlabsmileycommand";
2929

3030
const MARKER_NAME = "smiley";

0 commit comments

Comments
 (0)