Skip to content

Commit b2ec95d

Browse files
committed
fix build
1 parent 1d65841 commit b2ec95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)