]> BookStack Code Mirror - bookstack/blobdiff - resources/js/components/page-comments.js
Meta: Added lexical licensing info and added TS/JS CI testing
[bookstack] / resources / js / components / page-comments.js
index cfb0634a904c3500a58ce6bc017f355d57f3d75a..bd6dd3c82ff2673f2480904acef7d3e87d7d694f 100644 (file)
@@ -1,6 +1,6 @@
 import {Component} from './component';
 import {getLoading, htmlToDom} from '../services/dom';
-import {buildForInput} from '../wysiwyg/config';
+import {buildForInput} from '../wysiwyg-tinymce/config';
 
 export class PageComments extends Component {