underbbs/frontend/ts/profile-element.ts

7 lines
84 B
TypeScript
Raw Normal View History

2024-08-26 19:13:00 +00:00
export class ProfileElement extends HTMLElement {
constructor() {
}
}