Skip to content

Commit

Permalink
fix(exports): export Circle and Polygon in TID300 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
md-prog authored Mar 3, 2023
1 parent b4732d7 commit b678081
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/utilities/TID300/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ import Length from "./Length.js";
import CobbAngle from "./CobbAngle";
import Bidirectional from "./Bidirectional.js";
import Polyline from "./Polyline.js";
import Polygon from "./Polygon.js";
import Ellipse from "./Ellipse.js";
import Circle from "./Circle";

// To be implemented:
// - Cornerstone Probe
Expand Down Expand Up @@ -69,7 +71,9 @@ const TID300 = {
CobbAngle,
Bidirectional,
Polyline,
Ellipse
Polygon,
Ellipse,
Circle
};

export { TID300Measurement, Length };
Expand Down

0 comments on commit b678081

Please sign in to comment.