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