mirror of
https://github.com/go-gitea/gitea
synced 2024-11-01 15:54:25 +00:00
6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
|
import jquery from 'jquery';
|
||
|
import htmx from 'htmx.org/dist/htmx.esm.js';
|
||
|
|
||
|
window.$ = window.jQuery = jquery;
|
||
|
window.htmx = htmx;
|