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/FormattedDate.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/FormattedDate.astro') diff --git a/src/components/FormattedDate.astro b/src/components/FormattedDate.astro index aba7f4d..45de273 100644 --- a/src/components/FormattedDate.astro +++ b/src/components/FormattedDate.astro @@ -1,6 +1,6 @@ --- -import { getFormattedDate } from "@/utils/date"; import type { HTMLAttributes } from "astro/types"; +import { getFormattedDate } from "@/utils/date"; type Props = HTMLAttributes<"time"> & { date: Date; -- cgit v1.2.3