diff options
Diffstat (limited to 'src/components/note/Note.astro')
| -rw-r--r-- | src/components/note/Note.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/note/Note.astro b/src/components/note/Note.astro index d96cb6d..b6a11c8 100644 --- a/src/components/note/Note.astro +++ b/src/components/note/Note.astro @@ -1,7 +1,7 @@ --- import { type CollectionEntry, render } from "astro:content"; -import FormattedDate from "@/components/FormattedDate.astro"; import type { HTMLTag, Polymorphic } from "astro/types"; +import FormattedDate from "@/components/FormattedDate.astro"; type Props<Tag extends HTMLTag> = Polymorphic<{ as: Tag }> & { note: CollectionEntry<"note">; |
