export interface SettingsProps { hubs: string[]; onAddHub: (hub: string) => void; }