import dayjs from '@/plugins/dayjs'; export const formatDate = (iso: string): string => dayjs(iso).format('YYYY-MM-DD HH:mm');