1 changed files with 1 additions and 1 deletions
@ -1,4 +1,4 @@ |
|||||
export class Project extends HTMLElement { |
export class Page extends HTMLElement { |
||||
constructor() { |
constructor() { |
||||
super() |
super() |
||||
const shadow = this.attachShadow({mode: 'open'}) |
const shadow = this.attachShadow({mode: 'open'}) |
||||
Loading…
Reference in new issue