summaryrefslogtreecommitdiff
path: root/src/components/FormattedDate.astro
diff options
context:
space:
mode:
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;