index.ts 642 Bytes
// import { StatisticsComponent1Config } from './StatisticsComponent1';
// import { StatisticsComponent2Config } from './StatisticsComponent2';
import { StatisticsComponent3Config } from './StatisticsComponent3';
import { StatisticsComponent4Config } from './StatisticsComponent4';
import { StatisticsComponent5Config } from './StatisticsComponent5';
import { StatisticsComponent6Config } from './StatisticsComponent6';

export const STATISTICSList = [
  // StatisticsComponent1Config,
  // StatisticsComponent2Config,
  StatisticsComponent3Config,
  StatisticsComponent4Config,
  StatisticsComponent5Config,
  StatisticsComponent6Config,
];