import React from 'react'; import { MOCK_ORGS } from '../constants'; import { Organization } from '../types'; import { Icons } from '../components/IconSet'; interface CitiesProps { onSelectCity: (id: string) => void; } const CityCard = ({ city, onClick }: { city: Organization; onClick: () => void }) => (
{city.description}
Entdecke die blühenden Zentren der Zivilisation im Obsidian-Tal.
Noch keine Städte gegründet.