diff --git a/frontend/ts/profile-element.ts b/frontend/ts/profile-element.ts index 9ad7eea..c0cf31e 100644 --- a/frontend/ts/profile-element.ts +++ b/frontend/ts/profile-element.ts @@ -1,6 +1,8 @@ export class ProfileElement extends HTMLElement { constructor() { - + super(); } + + let html = "" }