Initial commit
This commit is contained in:
6
resources/js/quill.js
Normal file
6
resources/js/quill.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// Import Quill editor
|
||||
import Quill from 'quill';
|
||||
import 'quill/dist/quill.snow.css';
|
||||
|
||||
// Make Quill available globally for Alpine.js components
|
||||
window.Quill = Quill;
|
||||
Reference in New Issue
Block a user