import dayjs from 'dayjs' // export function formatDate(timestamp, format = 'YYYY/MM/DD') { return dayjs(timestamp).format(format); }