8 lines
103 B
JavaScript
Raw Normal View History

2025-03-05 20:28:54 -06:00
import Quill from 'quill/dist/quill';
try {
window.Quill = Quill;
} catch (e) {}
export { Quill };