Skip to content

Commit bee4bf3

Browse files
committed
DOC-3316: Update incorrect import for bundling-vite-es6-npm v6 guide.
1 parent 9934c63 commit bee4bf3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/ROOT/partials/module-loading/bundling-vite-es6-npm_editor.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ import 'tinymce/plugins/table';
3737
/* import './plugins/powerpaste/js/wordimport.js'; */
3838
3939
/* content UI CSS is required */
40-
import contentUiSkinCss from 'tinymce/skins/ui/oxide/content.js';
40+
import 'tinymce/skins/ui/oxide/content.js';
4141
4242
/* The default content CSS can be changed or replaced with appropriate CSS for the editor content. */
43-
import contentCss from 'tinymce/skins/content/default/content.js';
43+
import 'tinymce/skins/content/default/content.js';
4444
4545
/* Initialize TinyMCE */
4646
export function render () {

0 commit comments

Comments
 (0)