Fix duplicate import.
This commit is contained in:
@@ -1,18 +1,16 @@
|
|||||||
import {
|
import {
|
||||||
Actions,
|
Actions,
|
||||||
ActionsConfig,
|
ActionsConfig,
|
||||||
|
FrigateCardCustomAction,
|
||||||
FRIGATE_CARD_VIEW_DEFAULT,
|
FRIGATE_CARD_VIEW_DEFAULT,
|
||||||
FrigateCardCustomAction
|
|
||||||
} from '../../config/types.js';
|
} from '../../config/types.js';
|
||||||
import {
|
import {
|
||||||
convertActionToFrigateCardCustomAction,
|
convertActionToFrigateCardCustomAction,
|
||||||
frigateCardHandleActionConfig,
|
frigateCardHandleActionConfig,
|
||||||
getActionConfigGivenAction
|
getActionConfigGivenAction,
|
||||||
} from '../action.js';
|
} from '../action.js';
|
||||||
import { getStreamCameraID } from '../substream.js';
|
import { getStreamCameraID } from '../substream.js';
|
||||||
import { CardActionsManagerAPI } from './types.js';
|
import { CardActionsManagerAPI } from './types.js';
|
||||||
import { getStreamCameraID } from '../substream.js';
|
|
||||||
import { CardActionsManagerAPI } from './types.js';
|
|
||||||
|
|
||||||
export class ActionsManager {
|
export class ActionsManager {
|
||||||
protected _api: CardActionsManagerAPI;
|
protected _api: CardActionsManagerAPI;
|
||||||
|
|||||||
Reference in New Issue
Block a user