Skip to content

Commit

Permalink
Remove ts again
Browse files Browse the repository at this point in the history
  • Loading branch information
Miicroo authored Apr 28, 2020
1 parent 9176f0d commit 7eedb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/vasttrafik-card-editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const fireEvent = (node, type, detail, options) => {
customElements.whenDefined('card-tools').then(() => {
const ct = customElements.get('card-tools');

export class VasttrafikCardEditor extends ct.LitElement {
class VasttrafikCardEditor extends ct.LitElement {

static get properties() {
return {
Expand Down

0 comments on commit 7eedb2f

Please sign in to comment.