mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 15:27:01 -06:00
5 lines
85 B
TypeScript
5 lines
85 B
TypeScript
|
import $ from 'jquery';
|
||
|
|
||
|
const global = window as any;
|
||
|
global.$ = global.jQuery = $;
|