From 69594d485f599160e4357ed59615216a7ad2b21a Mon Sep 17 00:00:00 2001 From: Miguel Date: Mon, 26 Aug 2024 15:13:00 -0400 Subject: [PATCH] started =) --- frontend/ts/profile-element.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 frontend/ts/profile-element.ts diff --git a/frontend/ts/profile-element.ts b/frontend/ts/profile-element.ts new file mode 100644 index 0000000..9ad7eea --- /dev/null +++ b/frontend/ts/profile-element.ts @@ -0,0 +1,6 @@ +export class ProfileElement extends HTMLElement { + + constructor() { + + } +}