Skip to content

Commit

Permalink
Merge pull request #70 from DDD-Community/feat/#46
Browse files Browse the repository at this point in the history
[feat/#46] 빌드 오류 수정
  • Loading branch information
lkhoony authored Sep 18, 2024
2 parents 7361993 + 0a8629b commit 4f94eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/detector.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { getSlopeFromPoints, getDistanceFromLine, getMidPoint, getDistance } from "@/utils/calculator"
import { getSlopeFromPoints, getMidPoint, getDistance } from "@/utils/calculator"
import type { point } from "@/utils/calculator"

export interface keypoint {
Expand Down

0 comments on commit 4f94eb6

Please sign in to comment.