mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-11 20:10:24 +00:00
Upgrade to babel 6
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
import Polymer from '../../polymer';
|
||||
import {
|
||||
import hass from '../../util/home-assistant-js-instance';
|
||||
|
||||
require('../../components/ha-label-badge');
|
||||
|
||||
const {
|
||||
reactor,
|
||||
entityGetters,
|
||||
moreInfoActions,
|
||||
} from '../../util/home-assistant-js-instance';
|
||||
|
||||
require('../../components/ha-label-badge');
|
||||
} = hass;
|
||||
|
||||
export default new Polymer({
|
||||
is: 'ha-entity-marker',
|
||||
|
||||
Reference in New Issue
Block a user