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() { + + } +}