From a77ebfb52657dea703e926afd43eb3b8b0633c7b Mon Sep 17 00:00:00 2001 From: bat Date: Wed, 1 Mar 2023 07:34:55 +0000 Subject: [PATCH] Actualizar 'app.js' --- app.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app.js b/app.js index be78d68..dc87b10 100644 --- a/app.js +++ b/app.js @@ -1,3 +1,7 @@ +import { Project } from "./components/project.js" + +customElements.define('m-project', Project) + function e(tag, attrs, content) { const el = document.createElement(tag) el.innerText = content