1
Fork 0
mirror of https://github.com/glassflame/glassflame.github.io.git synced 2024-10-16 14:37:33 +00:00

Rename Callout to CalloutElement

This commit is contained in:
Steffo 2023-11-06 20:25:35 +01:00
parent 7916c877bc
commit ba40bca7bc
Signed by: steffo
GPG key ID: 2A24051445686895

View file

@ -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")
}