summaryrefslogtreecommitdiff
path: root/src/components/FormattedDate.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/FormattedDate.astro
parent1e5f5a953588cefa75396454c9aed0a79552db14 (diff)
Initial pleroma pull support
Diffstat (limited to 'src/components/FormattedDate.astro')
-rw-r--r--src/components/FormattedDate.astro2
1 files changed, 1 insertions, 1 deletions
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;