aboutsummaryrefslogtreecommitdiffstats
path: root/code/api/wwwroot/scripts/components/dialog.js
blob: 06fdfea49baba8e0dc57ec45be6fd3fbc5ea72d4 (plain) (blame)
1
2
3
4
5
6
7
8
class Dialog extends HTMLElement {
	constructor() {
		super();
	}
}


customElements.define("x-dialog", Dialog, {extends: "dialog"});