diff --git a/src/components/helper/comments/OOM.astro b/src/components/helper/comments/OOM.astro index c410a64..cca1f37 100644 --- a/src/components/helper/comments/OOM.astro +++ b/src/components/helper/comments/OOM.astro @@ -1,9 +1,5 @@ --- -import Comments from "../../../assets/js/oom-comments.js"; import "../../../assets/css/oom-styles.css"; - -//Register the custom element with your desired name -customElements.define("oom-comments", Comments); const { mastodonLink, bskyLink } = Astro.props; --- No comments yet - \ No newline at end of file + + \ No newline at end of file