mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-10 02:46:38 +00:00
Fix imports
This commit is contained in:
parent
0c6f8c34fb
commit
405cb36904
@ -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 {
|
||||
|
@ -14,7 +14,7 @@ import './controls/more-info-content.js';
|
||||
import computeStateName from '../../../js/common/entity/compute_state_name.js';
|
||||
import computeDomain from '../../../js/common/entity/compute_domain.js';
|
||||
import isComponentLoaded from '../../../js/common/config/is_component_loaded.js';
|
||||
import DOMAINS_MORE_INFO_NO_HISTORY from '../../../js/common/const.js';
|
||||
import { DOMAINS_MORE_INFO_NO_HISTORY } from '../../../js/common/const.js';
|
||||
|
||||
{
|
||||
const DOMAINS_NO_INFO = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user