// temporary stub — filled in Task 5 export default { id: 'clock', title: 'Clock', size: 's', mount() {}, start() {}, stop() {} };