Skip to content

Commit

Permalink
[feat/#46] 빌드 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
lkhoony committed Sep 9, 2024
1 parent e7ef2e9 commit 1cb278c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/PoseDetector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ const PoseDetector: React.FC = () => {
const setSnap = useSnapshotStore((state) => state.setSnapshot)
const userNoti = useNotificationStore((state) => state.notification)

const random = Math.random() < 0.5

const { requestNotificationPermission } = usePushNotification()
const { hasPermission } = useCameraPermission()
// webgl 설정
Expand Down

0 comments on commit 1cb278c

Please sign in to comment.