summaryrefslogtreecommitdiff
path: root/src/components/note/Note.astro
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2025-07-03 13:46:07 +0300
committerDawid Rycerz <dawid@rycerz.xyz>2025-07-03 13:46:07 +0300
commitf100d259d2ffebe61fef56ea3964f6d534d598c8 (patch)
tree09d06511506da9c35585740d56598eb542fac079 /src/components/note/Note.astro
parent1e5f5a953588cefa75396454c9aed0a79552db14 (diff)
Initial pleroma pull support
Diffstat (limited to 'src/components/note/Note.astro')
-rw-r--r--src/components/note/Note.astro2
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">;