Files
sage/resources/js/editor.js
Ben Word a482791397 🔧 Use Vite for build (#3199)
Co-authored-by: Brandon Nifong <brandon@tendency.me>
2025-01-04 08:45:24 -05:00

6 lines
92 B
JavaScript

import domReady from '@wordpress/dom-ready';
domReady(() => {
// DOM has been loaded
});