File size: 298 Bytes
9d2d895
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
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'));
  }
}