Codereview fixes.

This commit is contained in:
Dermot Duffy
2022-05-01 12:53:30 -07:00
parent 08ce8e8419
commit 050399a517
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,8 +3,8 @@ import type {
OverrideConfigurationKey,
RawFrigateCardConfig,
} from './types';
import { merge, cloneDeep } from 'lodash-es';
import { HassEntities } from 'home-assistant-js-websocket';
import { cloneDeep, merge } from 'lodash-es';
export interface ConditionState {
view?: string;