Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit b2ec95d

Browse files
committed
fix build
1 parent 1d65841 commit b2ec95d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/roku-card.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { html, LitElement, TemplateResult, customElement, property, CSSResult, css } from 'lit-element';
2-
import { HomeAssistant, applyThemesOnElement, hasAction, handleAction, handleClick } from 'custom-card-helpers';
2+
import { HomeAssistant, applyThemesOnElement, hasAction, handleClick } from 'custom-card-helpers';
33

44
import { RokuCardConfig } from './types';
55
import { actionHandler } from './action-handler-directive';

0 commit comments

Comments
 (0)