8 lines
119 B
TypeScript
8 lines
119 B
TypeScript
export class ProfileElement extends HTMLElement {
|
|
|
|
constructor() {
|
|
super();
|
|
}
|
|
|
|
let html = ""
|
|
}
|