From 0e80248bdcf54d159d74bf4bd85c1a30cc312e3f Mon Sep 17 00:00:00 2001 From: "lkh14011424@gmail.com" Date: Fri, 27 Sep 2024 05:50:32 +0900 Subject: [PATCH] =?UTF-8?q?[feat/#46]=20=EB=B9=8C=EB=93=9C=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/detector.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/detector.ts b/src/utils/detector.ts index a941b63..9c37a81 100644 --- a/src/utils/detector.ts +++ b/src/utils/detector.ts @@ -1,4 +1,4 @@ -import { getSlopeFromPoints, getMidPoint, getDistance, getAngleBetweenLines } from "@/utils/calculator" +import { getSlopeFromPoints, getMidPoint, getDistance } from "@/utils/calculator" import type { point } from "@/utils/calculator" export interface keypoint {