diff --git a/src/jmap/shape/factory.js b/src/jmap/shape/factory.js index 59893aa07..3644de766 100644 --- a/src/jmap/shape/factory.js +++ b/src/jmap/shape/factory.js @@ -1,12 +1,12 @@ import deviceType from '../config/deviceType'; import Link from './Link'; -import Section from './section'; +import Section from './Section'; import Signal from './Signal'; -import Station from './station'; +import Station from './Station'; import StationControl from './StationControl'; import ImageControl from './ImageControl'; -import LcControl from './lcControl'; -import LimitControl from './limitControl'; +import LcControl from './LcControl'; +import LimitControl from './LimitControl'; import Switch from './Switch'; import ZcControl from './ZcControl'; import StationCounter from './StationCounter';