91677d6 8899818
1
2
3
4
5
6
7
8
9
10
11
<script lang="ts"> import { formatDate } from '$lib/utils/format'; interface Props { iso: string; } let { iso }: Props = $props(); </script> <span class="text-xs whitespace-nowrap text-muted-foreground">{formatDate(iso)}</span>