UNPKG
tils-first-weather-widget
Version:
latest (1.0.1)
1.0.1
An example development EXB widget (Grant Caroll, spatial-innovation.co.nz)
tils-first-weather-widget
/
dist
/
index.js
/
widget.js
11 lines
(5 loc)
•
203 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
'use strict'
;
Object
.
defineProperty
(
exports
,
'__esModule'
, {
value
:
true
});
var
widget =
require
(
'./widget-uacf84LQ.js'
);
exports
.
default
= widget.
WeatherWidget
;
//# sourceMappingURL=widget.js.map