File tree Expand file tree Collapse file tree
plugins/ckeditor5-woltlab-smiley/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 */
77
88export { WoltlabSmiley } from "./woltlabsmiley" ;
9- export { WoltlabSmileyItem } from "./woltlabsmileyui" ;
109export { default as WoltlabSmileyCommand } from "./woltlabsmileycommand" ;
Original file line number Diff line number Diff line change 1010import { Plugin } from "@ckeditor/ckeditor5-core" ;
1111import type { DowncastInsertEvent } from "@ckeditor/ckeditor5-engine" ;
1212import { Image } from "@ckeditor/ckeditor5-image" ;
13- import { WoltlabSmileyUi } from "./woltlabsmileyui" ;
1413
1514import "../theme/woltlabsmiley.css" ;
1615import { toWidget } from "@ckeditor/ckeditor5-widget" ;
@@ -21,7 +20,7 @@ export class WoltlabSmiley extends Plugin {
2120 }
2221
2322 static get requires ( ) {
24- return [ Image , WoltlabSmileyUi ] as const ;
23+ return [ Image ] as const ;
2524 }
2625
2726 init ( ) {
You can’t perform that action at this time.
0 commit comments