Actualizar 'components/page.js'
parent
94cc6fa2cf
commit
3054b4f2d2
@ -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