This commit is contained in:
Miguel 2024-09-09 08:53:02 -04:00
parent 69594d485f
commit 82e462a7f7

View file

@ -1,6 +1,8 @@
export class ProfileElement extends HTMLElement {
constructor() {
super();
}
let html = ""
}