Tested Subscribe, Follow, Star, Watch, and System Status. --------- Signed-off-by: Yarden Shoham <[email protected]> Co-authored-by: wxiaoguang <[email protected]> Co-authored-by: silverwind <[email protected]>
6 lines
131 B
JavaScript
6 lines
131 B
JavaScript
import jquery from 'jquery';
|
|
import htmx from 'htmx.org/dist/htmx.esm.js';
|
|
|
|
window.$ = window.jQuery = jquery;
|
|
window.htmx = htmx;
|