Skip to content

Commit

Permalink
renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
repier37 committed Jun 19, 2023
1 parent 4445a8b commit acf6cb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/duet-card.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class ThreedyEditor extends HTMLElement {

}

customElements.define('threedy-editor', ThreedyEditor);
customElements.define('duet-editor', ThreedyEditor);


class ThreedyCard extends HTMLElement {
Expand Down Expand Up @@ -85,7 +85,7 @@ class ThreedyCard extends HTMLElement {


static getConfigElement() {
return document.createElement('threedy-editor');
return document.createElement('duet-editor');
}


Expand Down

0 comments on commit acf6cb4

Please sign in to comment.