Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohn authored Dec 16, 2024
1 parent be32808 commit 598b765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
//import './style.css';
import { WysiwygEditor } from 'wysiwyg.js';
import { WysiwygEditor } from './wysiwyg.js';

document.addEventListener('DOMContentLoaded', () => {
const editor = new WysiwygEditor('#editor', {
toolbar: '#toolbar'
});
});
});

0 comments on commit 598b765

Please sign in to comment.