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