Skip to content

Commit

Permalink
Removes unsued import
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Parker committed Apr 30, 2024
1 parent 137b9e0 commit 15f1d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shapes/composed/plot.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { BezierSegment, Point } from '@/base';
import { Point } from '@/base';
import { ComposedShape } from './composed_shape';
import { PointShape } from '@/shapes/primitives/point_shape';

Expand Down

0 comments on commit 15f1d2b

Please sign in to comment.