Files
hub-insurance/wp-content/plugins/visual-regression-tests/assets/editor.js
T
2026-07-02 15:54:39 -06:00

8 lines
154 B
JavaScript

import './editor.scss';
function importAll( r ) {
r.keys().forEach( r );
}
importAll( require.context( '../editor/plugins/', true, /\/index\.js$/ ) );