diff --git a/src/drawApp/index.ts b/src/drawApp/index.ts index cba2e6c..a1e81b7 100644 --- a/src/drawApp/index.ts +++ b/src/drawApp/index.ts @@ -20,7 +20,6 @@ import { SignalState, } from './graphics/SignalInteraction'; import { graphicData } from 'src/protos/stationLayoutGraphics'; -import { RectDraw } from 'src/graphics/rect/RectDrawAssistant'; import { Platform, PlatformTemplate } from 'src/graphics/platform/Platform'; import { PlatformData, PlatformState } from './graphics/PlatformInteraction'; import { PlatformDraw } from 'src/graphics/platform/PlatformDrawAssistant'; @@ -183,7 +182,6 @@ export function initDrawApp(dom: HTMLElement): JlDrawApp { | SignalDraw | TurnoutDraw | SectionDraw - | RectDraw | TrainWindowDraw | TrainDraw | OneClickGenerateDraw