mirror of
https://github.com/go-gitea/gitea
synced 2024-11-05 08:17:01 +01:00
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;
|