Skip to content

Commit

Permalink
uth: wrong import again
Browse files Browse the repository at this point in the history
  • Loading branch information
punxaphil committed Dec 29, 2023
1 parent 3358855 commit baeefa9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/editor/base-editor.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { css, LitElement } from 'lit';
import { fireEvent, HomeAssistant } from 'custom-card-helpers';
import { fireEvent } from 'custom-card-helpers';
import { property } from 'lit/decorators.js';
import { CardConfig } from '../types';
import { CardConfig, HomeAssistant } from '../types';
import Store from '../model/store';
import { dispatch } from '../utils/utils';

Expand Down

0 comments on commit baeefa9

Please sign in to comment.