Skip to content

Commit 9399acf

Browse files
committed
[feat/#58] 빌드실패 이슈 해결
1 parent 828c80f commit 9399acf

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/components/PoseDetector.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { useSendPose } from "@/hooks/usePoseMutation"
77
import usePushNotification from "@/hooks/usePushNotification"
88
import { useCreateSnaphot } from "@/hooks/useSnapshotMutation"
99
import { useNotificationStore } from "@/store/NotificationStore"
10-
import { useSnapshotStore } from "@/store/SnapㄴhotStore"
10+
import { useSnapshotStore } from "@/store/SnapShotStore"
1111
import type { pose } from "@/utils/detector"
1212
import { detectHandOnChin, detectSlope, detectTailboneSit, detectTextNeck } from "@/utils/detector"
1313
import { drawPose } from "@/utils/drawer"

src/components/Posture/PostrueCrew.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import RankingGuideToolTip from "@assets/images/ranking-guide.png"
1212
import SelectBox from "@components/SelectBox"
1313
import { ReactElement, useCallback, useEffect, useRef, useState } from "react"
1414
import { modals } from "../Modal/Modals"
15-
import { useSnapshotStore } from "@/store/SnapㄴhotStore"
15+
import { useSnapshotStore } from "@/store/SnapShotStore"
1616
import { useCreateSnaphot } from "@/hooks/useSnapshotMutation"
1717

1818
interface IPostureCrew {

src/components/SideNav.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import AnalysisIcon from "@assets/icons/side-nav-analysis-icon.svg?react"
44
import CrewIcon from "@assets/icons/side-nav-crew-icon.svg?react"
55
import MonitoringIcon from "@assets/icons/side-nav-monitor-icon.svg?react"
66
import { Link, useLocation, useNavigate } from "react-router-dom"
7-
import { useSnapshotStore } from "@/store/SnapㄴhotStore"
7+
import { useSnapshotStore } from "@/store/SnapShotStore"
88
import { useMemo } from "react"
99
import { clearAccessToken } from "@/api/axiosInstance"
1010
import { useNotificationStore } from "@/store/NotificationStore"

src/pages/AuthPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Login from "@/components/Login"
44
import { useOauth, useSignUp, useSignIn, useGetIsSignUp } from "@/hooks/useAuthMutation"
55
import RoutePath from "@/constants/routes.json"
66
import { useAuthStore } from "@/store/AuthStore"
7-
import { useSnapshotStore } from "@/store/SnapㄴhotStore"
7+
import { useSnapshotStore } from "@/store/SnapShotStore"
88
import { useGetRecentSnapshot } from "@/hooks/useSnapshotMutation"
99
import { useGetNoti } from "@/hooks/useNotiMutation"
1010
import { useNotificationStore } from "@/store/NotificationStore"

src/pages/MonitoringPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PostrueCrew from "@/components/Posture/PostrueCrew"
33
import GroupSideIcon from "@assets/icons/group-side-nav-button.svg?react"
44
import React, { useEffect, useState } from "react"
55
import { useGetRecentSnapshot } from "@/hooks/useSnapshotMutation"
6-
import { useSnapshotStore } from "@/store/SnapㄴhotStore"
6+
import { useSnapshotStore } from "@/store/SnapShotStore"
77
import usePushNotification from "@/hooks/usePushNotification"
88
import { useGuidePopup } from "@/hooks/useGuidePopup"
99

0 commit comments

Comments
 (0)