mirror of
https://github.com/prometheus/prometheus.git
synced 2026-05-05 12:26:14 +02:00
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
import jquery from 'jquery';
|
|
import moment from 'moment';
|
|
|
|
window.jQuery = jquery;
|
|
window.moment = moment;
|