fix path for custom element import
This commit is contained in:
parent
bc6f362861
commit
cfd38aa06b
@ -1,7 +1,7 @@
|
||||
import { css } from "lit";
|
||||
import SLDialog from "@shoelace-style/shoelace/dist/components/dialog/dialog.js";
|
||||
import dialogStyles from "@shoelace-style/shoelace/dist/components/dialog/dialog.styles.js";
|
||||
import { customElement } from "lit/decorators";
|
||||
import { customElement } from "lit/decorators.js";
|
||||
|
||||
/**
|
||||
* Customized <sl-dialog>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user