@ -1,5 +1,6 @@
export class Project extends HTMLElement {
constructor() {
super()
const shadow = this.attachShadow({mode: 'open'})
const textArea = document.createElement('textarea')
textArea.defaultValue = localStorage.getItem(