Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
iantrich committed Nov 26, 2020
1 parent 1d65841 commit b2ec95d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/roku-card.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { html, LitElement, TemplateResult, customElement, property, CSSResult, css } from 'lit-element';
import { HomeAssistant, applyThemesOnElement, hasAction, handleAction, handleClick } from 'custom-card-helpers';
import { HomeAssistant, applyThemesOnElement, hasAction, handleClick } from 'custom-card-helpers';

import { RokuCardConfig } from './types';
import { actionHandler } from './action-handler-directive';
Expand Down

0 comments on commit b2ec95d

Please sign in to comment.