chore: fix compilation issue

This commit is contained in:
Jérôme Wiedemann 2023-07-25 16:40:05 +00:00
parent b93c9969c2
commit 36e0dc15af
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ import copy from 'fast-copy';
import * as pjson from '../package.json';
import { deepEqual } from './deep-equal';
import { stateColorCss } from './common/state_color';
import { ON, DOMAINS_TOGGLE } from './common/const';
import { DOMAINS_TOGGLE } from './common/const';
import { handleAction } from './handle-action';
import { fireEvent } from './common/fire-event';
import { HomeAssistant } from './types/homeassistant';