Cleanup dependencies.

This commit is contained in:
Dermot Duffy
2022-03-19 09:00:34 -07:00
parent e7c2d7827c
commit f902274188
2 changed files with 4 additions and 7 deletions
-4
View File
@@ -1,6 +1,4 @@
import { HomeAssistant } from 'custom-card-helpers';
import dayjs from 'dayjs';
import dayjs_custom_parse_format from 'dayjs/plugin/customParseFormat.js';
import type {
BrowseMediaQueryParameters,
@@ -17,8 +15,6 @@ import {
} from './common.js';
import { localize } from './localize/localize.js';
dayjs.extend(dayjs_custom_parse_format);
export class BrowseMediaUtil {
/**
* Return the Frigate event_id given a FrigateBrowseMediaSource object.