mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-05-03 14:04:27 +02:00
4 lines
62 B
JavaScript
4 lines
62 B
JavaScript
const $ = require('jquery');
|
|
window.jQuery = $;
|
|
window.$ = $;
|