17 lines
536 B
TypeScript
17 lines
536 B
TypeScript
|
import { yushiVideoConfig } from './yushiVideoHaz/index'
|
||
|
import { MaxTrimConfig } from './MaxTrimHaz/index'
|
||
|
import { PieCenterConfig } from './PieCenterHaz/index'
|
||
|
import { LineDropdownConfig } from './LineDropdownHaz/index'
|
||
|
import { AlarmListConfig } from './AlarmListHaz/index'
|
||
|
import { LineGraph01 } from './LineGraph01Haz/index'
|
||
|
import {TopAlarmsConfig} from './TopAlarmsHaz/index'
|
||
|
|
||
|
export default [
|
||
|
yushiVideoConfig,
|
||
|
MaxTrimConfig,
|
||
|
PieCenterConfig,
|
||
|
LineDropdownConfig,
|
||
|
AlarmListConfig,
|
||
|
LineGraph01,
|
||
|
TopAlarmsConfig
|
||
|
]
|