Skip to content

Commit 98dea90

Browse files
committed
refactor: remove unused type import for MidpointRoute in Routing.tsx
1 parent 73bcc2b commit 98dea90

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/features/Routing.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,8 +288,6 @@ function uniqueSignalTypes(tieLines: TieLine[]): string[] {
288288

289289
// ─── Signal path tracing ─────────────────────────────────────────────────────
290290

291-
import type { MidpointRoute } from "../store/apiSlice";
292-
293291
/**
294292
* Given a clicked edge, traces the full signal path from source to sink through
295293
* midpoint devices using midpointRoutes data. Returns a Set of edge IDs that

0 commit comments

Comments
 (0)