mirror of
https://github.com/timberjoegithub/grafana-statusmap.git
synced 2026-07-22 15:53:09 +00:00
Build dist directory for 0.0.1
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
"use strict";
|
||||
|
||||
System.register(["../colors"], function (_export, _context) {
|
||||
"use strict";
|
||||
|
||||
var colors;
|
||||
return {
|
||||
setters: [function (_colors) {
|
||||
colors = _colors.default;
|
||||
}],
|
||||
execute: function () {
|
||||
_export("default", colors("a6cee31f78b4b2df8a33a02cfb9a99e31a1cfdbf6fff7f00cab2d66a3d9affff99b15928"));
|
||||
}
|
||||
};
|
||||
});
|
||||
//# sourceMappingURL=Paired.js.map
|
||||
Reference in New Issue
Block a user