mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +00:00
17 lines
379 B
JavaScript
17 lines
379 B
JavaScript
"use strict";
|
|
|
|
System.register(["../colors"], function (_export, _context) {
|
|
"use strict";
|
|
|
|
var colors;
|
|
return {
|
|
setters: [function (_colors) {
|
|
colors = _colors.default;
|
|
}],
|
|
execute: function () {
|
|
_export("default", colors("8dd3c7ffffb3bebadafb807280b1d3fdb462b3de69fccde5d9d9d9bc80bdccebc5ffed6f"));
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=Set3.js.map
|