Skip to content

Commit

Permalink
feat(sr): export TID300 - Point class (#323)
Browse files Browse the repository at this point in the history
  • Loading branch information
md-prog authored Oct 17, 2022
1 parent abce232 commit 6226241
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/utilities/TID300/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import TID300Measurement from "./TID300Measurement.js";
import Point from "./Point.js";
import Length from "./Length.js";
import CobbAngle from "./CobbAngle";
import Bidirectional from "./Bidirectional.js";
Expand Down Expand Up @@ -63,6 +64,7 @@ import Ellipse from "./Ellipse.js";
//
const TID300 = {
TID300Measurement,
Point,
Length,
CobbAngle,
Bidirectional,
Expand Down

0 comments on commit 6226241

Please sign in to comment.