mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
|
import $ from 'jquery';
|
||
|
|
||
|
const global = window as any;
|
||
|
global.$ = global.jQuery = $;
|