underbbs/frontend/ts/profile-element.ts
2024-09-09 08:53:02 -04:00

8 lines
119 B
TypeScript

export class ProfileElement extends HTMLElement {
constructor() {
super();
}
let html = ""
}