interface GoogleConfigProps { googleApiKey: string; onInputChange: (value: string, field: string) => void; } export default function GoogleConfig({ googleApiKey, onInputChange }: GoogleConfigProps) { return (
Your API key will be stored locally and never shared