Showing
1 changed file
with
2 additions
and
2 deletions
1 | import { ControlList } from './components/Control'; | 1 | import { ControlList } from './components/Control'; |
2 | -import { FlowmeterList } from './components/Flowmeter'; | 2 | +// import { FlowmeterList } from './components/Flowmeter'; |
3 | import { InstrumentList } from './components/Instrument'; | 3 | import { InstrumentList } from './components/Instrument'; |
4 | import { MapList } from './components/Map'; | 4 | import { MapList } from './components/Map'; |
5 | import { PictureList } from './components/Picture'; | 5 | import { PictureList } from './components/Picture'; |
@@ -12,5 +12,5 @@ export const packageList: PackagesType = { | @@ -12,5 +12,5 @@ export const packageList: PackagesType = { | ||
12 | [PackagesCategoryEnum.PICTURE]: PictureList, | 12 | [PackagesCategoryEnum.PICTURE]: PictureList, |
13 | [PackagesCategoryEnum.CONTROL]: ControlList, | 13 | [PackagesCategoryEnum.CONTROL]: ControlList, |
14 | [PackagesCategoryEnum.MAP]: MapList, | 14 | [PackagesCategoryEnum.MAP]: MapList, |
15 | - [PackagesCategoryEnum.FLOWMETER]: FlowmeterList, | 15 | + // [PackagesCategoryEnum.FLOWMETER]: FlowmeterList, |
16 | }; | 16 | }; |