mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
11 lines
149 B
JavaScript
11 lines
149 B
JavaScript
import $ from 'jquery';
|
|
import ajax from 'jQuery/jquery.ajax';
|
|
|
|
ajax($);
|
|
|
|
const jquery = $;
|
|
window.$ = $;
|
|
window.jQuery = $;
|
|
|
|
export default jquery;
|