Break circular dependency.

This commit is contained in:
Dermot Duffy
2022-09-22 17:44:43 -07:00
parent eb1b44eb27
commit ca831a7184
4 changed files with 1266 additions and 1251 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { HomeAssistant } from 'custom-card-helpers';
import { z } from 'zod';
import { localize } from '../localize/localize';
import { CameraConfig, ExtendedHomeAssistant, FrigateCardError } from '../types';
import { ExtendedHomeAssistant, FrigateCardError } from '../types';
import { homeAssistantWSRequest } from './ha';
export const FRIGATE_ICON_SVG_PATH =