remove debug component

This commit is contained in:
Juan Carlos Manzanero Domínguez 2024-06-25 17:31:11 -06:00
parent f7a9ad8242
commit a5e383ae0a

View File

@ -1,14 +1,11 @@
---
import { marked } from "marked";
import formatDate from "@/utils/format-date";
import { Debug } from "astro:components";
const props = Astro.props;
const content = marked.parse(props.content);
---
<Debug answer={props} />
<article class="rounded-md border px-4 py-2">
<header class="mb-2">
<section class="flex items-center justify-between text-sm">