--- import { formatTime } from '../lib/util'; export interface Props { id: string; date: number; box: string; board: string } const { id, date, box, board = '' } = Astro.props; ---