Skip to content

Commit

Permalink
fix: add missing export for CrudEdit component class (#6930)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Dec 7, 2023
1 parent 1a2a7e2 commit f61b4e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/crud/src/vaadin-crud-edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,5 @@ class CrudEdit extends Button {
}

customElements.define(CrudEdit.is, CrudEdit);

export { CrudEdit };

0 comments on commit f61b4e5

Please sign in to comment.