// API file with no imports export function fetchData() { return { date: new Date() }; }