// Utils with no imports export function formatDate(date: Date): string { return date.toISOString().split("T")[0]; }