mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-21 23:42:03 +00:00
17 lines
364 B
JavaScript
17 lines
364 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("fbb4aeb3cde3ccebc5decbe4fed9a6ffffcce5d8bdfddaecf2f2f2"));
|
|
}
|
|
};
|
|
});
|
|
//# sourceMappingURL=Pastel1.js.map
|