Fix imports

This commit is contained in:
Paulus Schoutsen
2018-05-16 08:54:48 -04:00
parent 0c6f8c34fb
commit 405cb36904
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ import '@polymer/paper-toggle-button/paper-toggle-button.js';
import { html } from '@polymer/polymer/lib/utils/html-tag.js';
import { PolymerElement } from '@polymer/polymer/polymer-element.js';
import STATES_OFF from '../../../js/common/const.js';
import { STATES_OFF } from '../../../js/common/const.js';
import computeDomain from '../../../js/common/entity/compute_domain';
class HaEntityToggle extends PolymerElement {