mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-22 08:04:27 +00:00
Rename Callout to CalloutElement
This commit is contained in:
parent
7916c877bc
commit
ba40bca7bc
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import {CustomElement} from "../base.mjs";
|
||||
|
||||
export class Callout extends CustomElement {
|
||||
export class CalloutElement extends CustomElement {
|
||||
static get template() {
|
||||
return document.getElementById("template-callout")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue