diff options
Diffstat (limited to 'src/components/FormattedDate.astro')
| -rw-r--r-- | src/components/FormattedDate.astro | 2 |
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; |
