Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
snootched committed Oct 19, 2024
1 parent be696df commit 7975294
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ha-editor-formbuilder-yaml",
"version": "2024.10.2-beta.2",
"version": "2024.10.2-beta.3",
"description": "A reimplementation of ha-editor-formbuilder - supporting YAML configuration of HA Selector controls, conditional expresssions, and more.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { unsafeHTML } from "lit/directives/unsafe-html.js";
import { ValueChangedEvent, HAInputElement, ControlRow, Section, isSection} from "./interfaces";
import { generateControl, deepMerge } from "./controls";
import '@material/web/tabs/tabs.js';
import '@material/web/tab/tab.js';


export default class EditorForm extends LitElement {
Expand Down

0 comments on commit 7975294

Please sign in to comment.