mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-03-29 18:34:13 -04:00
8 lines
82 B
JavaScript
8 lines
82 B
JavaScript
'use strict';
|
|
define(
|
|
[
|
|
|
|
], function () {
|
|
return window.$;
|
|
});
|