mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-22 16:14:26 +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";
|
import {CustomElement} from "../base.mjs";
|
||||||
|
|
||||||
export class Callout extends CustomElement {
|
export class CalloutElement extends CustomElement {
|
||||||
static get template() {
|
static get template() {
|
||||||
return document.getElementById("template-callout")
|
return document.getElementById("template-callout")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue