wepa
This commit is contained in:
parent
69594d485f
commit
82e462a7f7
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
export class ProfileElement extends HTMLElement {
|
export class ProfileElement extends HTMLElement {
|
||||||
|
|
||||||
constructor() {
|
constructor() {
|
||||||
|
super();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
let html = ""
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue