import { MapPin, Calendar, Camera, HardDrive } from 'lucide-react'; export default function WorldCard({ world, isSelected, onClick }) { return ( ); }