index.ts 348 Bytes
import { DigitalDashboardComponentConfig } from './DigitalDashboardComponent';
import { InstrumentComponent1Config } from './InstrumentComponent1';
import { InstrumentComponent2Config } from './InstrumentComponent2';

export const InstrumentList = [
  InstrumentComponent1Config,
  InstrumentComponent2Config,
  DigitalDashboardComponentConfig,
];