|
|
@ -1,4 +1,4 @@ |
|
|
class Project extends HTMLElement { |
|
|
export class Project extends HTMLElement { |
|
|
constructor() { |
|
|
constructor() { |
|
|
const shadow = this.attachShadow({mode: 'open'}) |
|
|
const shadow = this.attachShadow({mode: 'open'}) |
|
|
const textArea = document.createElement('textarea') |
|
|
const textArea = document.createElement('textarea') |
|
|
|