mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-19 16:21:20 +01:00
4 lines
62 B
JavaScript
4 lines
62 B
JavaScript
const $ = require('jquery');
|
|
window.jQuery = $;
|
|
window.$ = $;
|