Skip to content

Commit

Permalink
lol oops I put that back for testing, but committed it
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddenist committed Dec 11, 2023
1 parent a5afd2f commit a37ceee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/drawing-engine/src/tools/LineTool.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { InputPoint } from "./InputPoint"
import { DrawLineOptions, LineDrawingProgram } from "../programs/LineDrawingProgram"
import { DrawingEngine, DrawingEngineEvent, DrawingEngineEventMap, DrawingEventHandler } from "../engine/DrawingEngine"
import { DrawingEngine, DrawingEngineEvent } from "../engine/DrawingEngine"
import { ToolNames } from "./Tools"

export type LineHistoryEntry = {
Expand Down

0 comments on commit a37ceee

Please sign in to comment.