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