GenerAI / worldmonitor /src /components /EconomicCorrelationPanel.ts
amogaddy's picture
Integra World Monitor (AGPL-3.0, self-hosted) nello Space: pagina, menu, e arricchimento notizie per la AI (part 7)
9d2d895 verified
Raw
History Blame Contribute Delete
298 Bytes
import { CorrelationPanel } from './CorrelationPanel';
import { t } from '@/services/i18n';
export class EconomicCorrelationPanel extends CorrelationPanel {
constructor() {
super('economic-correlation', 'Economic Warfare', 'economic', t('components.economicCorrelation.infoTooltip'));
}
}