From f100d259d2ffebe61fef56ea3964f6d534d598c8 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Thu, 3 Jul 2025 13:46:07 +0300 Subject: Initial pleroma pull support --- src/components/note/Note.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/note/Note.astro') 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 = Polymorphic<{ as: Tag }> & { note: CollectionEntry<"note">; -- cgit v1.2.3