Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
snootched committed Oct 20, 2024
1 parent 8d3fe72 commit 6d8e863
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 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.3-beta.1",
"version": "2024.10.3-beta.2",
"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
4 changes: 0 additions & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ import { LitElement, CSSResult, css, html } from "lit";
import { unsafeHTML } from "lit/directives/unsafe-html.js";
import { ValueChangedEvent, HAInputElement, ControlRow, Section, isSection} from "./interfaces";
import { generateControl, deepMerge } from "./controls";
if (!customElements.get('mwc-tab-bar')) {
import('@material/web/tabs/tabs.js');
}


export default class EditorForm extends LitElement {

Expand Down

0 comments on commit 6d8e863

Please sign in to comment.