From 82e462a7f7f8266eae37ceaabae3a0317a7984b7 Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 9 Sep 2024 08:53:02 -0400 Subject: [PATCH] wepa --- frontend/ts/profile-element.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 = "" }