underbbs/frontend/ts/profile-element.ts

9 lines
119 B
TypeScript
Raw Normal View History

2024-08-26 19:13:00 +00:00
export class ProfileElement extends HTMLElement {
constructor() {
2024-09-09 12:53:02 +00:00
super();
2024-08-26 19:13:00 +00:00
}
2024-09-09 12:53:02 +00:00
let html = ""
2024-08-26 19:13:00 +00:00
}