From 828c80fa25c1553c56c7a199951cc5e7fa010808 Mon Sep 17 00:00:00 2001 From: G-hoon Date: Tue, 24 Sep 2024 02:07:35 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[feat/#58]=20=EB=B9=8C=EB=93=9C=20=EC=8B=A4?= =?UTF-8?q?=ED=8C=A8=20=EC=9D=B4=EC=8A=88=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PoseDetector.tsx | 2 +- src/components/Posture/PostrueCrew.tsx | 2 +- src/components/SideNav.tsx | 2 +- src/pages/AuthPage.tsx | 2 +- src/pages/MonitoringPage.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/PoseDetector.tsx b/src/components/PoseDetector.tsx index 25e8ab0..c2c0395 100644 --- a/src/components/PoseDetector.tsx +++ b/src/components/PoseDetector.tsx @@ -7,7 +7,7 @@ import { useSendPose } from "@/hooks/usePoseMutation" import usePushNotification from "@/hooks/usePushNotification" import { useCreateSnaphot } from "@/hooks/useSnapshotMutation" import { useNotificationStore } from "@/store/NotificationStore" -import { useSnapshotStore } from "@/store/SnapShotStore" +import { useSnapshotStore } from "@/store/SnapㄴhotStore" import type { pose } from "@/utils/detector" import { detectHandOnChin, detectSlope, detectTailboneSit, detectTextNeck } from "@/utils/detector" import { drawPose } from "@/utils/drawer" diff --git a/src/components/Posture/PostrueCrew.tsx b/src/components/Posture/PostrueCrew.tsx index e0e364c..354706a 100644 --- a/src/components/Posture/PostrueCrew.tsx +++ b/src/components/Posture/PostrueCrew.tsx @@ -12,7 +12,7 @@ import RankingGuideToolTip from "@assets/images/ranking-guide.png" import SelectBox from "@components/SelectBox" import { ReactElement, useCallback, useEffect, useRef, useState } from "react" import { modals } from "../Modal/Modals" -import { useSnapshotStore } from "@/store/SnapShotStore" +import { useSnapshotStore } from "@/store/SnapㄴhotStore" import { useCreateSnaphot } from "@/hooks/useSnapshotMutation" interface IPostureCrew { diff --git a/src/components/SideNav.tsx b/src/components/SideNav.tsx index cbf9d98..bcb61ce 100644 --- a/src/components/SideNav.tsx +++ b/src/components/SideNav.tsx @@ -4,7 +4,7 @@ import AnalysisIcon from "@assets/icons/side-nav-analysis-icon.svg?react" import CrewIcon from "@assets/icons/side-nav-crew-icon.svg?react" import MonitoringIcon from "@assets/icons/side-nav-monitor-icon.svg?react" import { Link, useLocation, useNavigate } from "react-router-dom" -import { useSnapshotStore } from "@/store/SnapShotStore" +import { useSnapshotStore } from "@/store/SnapㄴhotStore" import { useMemo } from "react" import { clearAccessToken } from "@/api/axiosInstance" import { useNotificationStore } from "@/store/NotificationStore" diff --git a/src/pages/AuthPage.tsx b/src/pages/AuthPage.tsx index 2b8e0b0..edfcdec 100644 --- a/src/pages/AuthPage.tsx +++ b/src/pages/AuthPage.tsx @@ -4,7 +4,7 @@ import Login from "@/components/Login" import { useOauth, useSignUp, useSignIn, useGetIsSignUp } from "@/hooks/useAuthMutation" import RoutePath from "@/constants/routes.json" import { useAuthStore } from "@/store/AuthStore" -import { useSnapshotStore } from "@/store/SnapShotStore" +import { useSnapshotStore } from "@/store/SnapㄴhotStore" import { useGetRecentSnapshot } from "@/hooks/useSnapshotMutation" import { useGetNoti } from "@/hooks/useNotiMutation" import { useNotificationStore } from "@/store/NotificationStore" diff --git a/src/pages/MonitoringPage.tsx b/src/pages/MonitoringPage.tsx index 4265992..da41b0a 100644 --- a/src/pages/MonitoringPage.tsx +++ b/src/pages/MonitoringPage.tsx @@ -3,7 +3,7 @@ import PostrueCrew from "@/components/Posture/PostrueCrew" import GroupSideIcon from "@assets/icons/group-side-nav-button.svg?react" import React, { useEffect, useState } from "react" import { useGetRecentSnapshot } from "@/hooks/useSnapshotMutation" -import { useSnapshotStore } from "@/store/SnapShotStore" +import { useSnapshotStore } from "@/store/SnapㄴhotStore" import usePushNotification from "@/hooks/usePushNotification" import { useGuidePopup } from "@/hooks/useGuidePopup" From 9399acf2e7dcc64ac23817d79b18e587ac87fb45 Mon Sep 17 00:00:00 2001 From: G-hoon Date: Tue, 24 Sep 2024 02:09:10 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[feat/#58]=20=EB=B9=8C=EB=93=9C=EC=8B=A4?= =?UTF-8?q?=ED=8C=A8=20=EC=9D=B4=EC=8A=88=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/PoseDetector.tsx | 2 +- src/components/Posture/PostrueCrew.tsx | 2 +- src/components/SideNav.tsx | 2 +- src/pages/AuthPage.tsx | 2 +- src/pages/MonitoringPage.tsx | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/PoseDetector.tsx b/src/components/PoseDetector.tsx index c2c0395..25e8ab0 100644 --- a/src/components/PoseDetector.tsx +++ b/src/components/PoseDetector.tsx @@ -7,7 +7,7 @@ import { useSendPose } from "@/hooks/usePoseMutation" import usePushNotification from "@/hooks/usePushNotification" import { useCreateSnaphot } from "@/hooks/useSnapshotMutation" import { useNotificationStore } from "@/store/NotificationStore" -import { useSnapshotStore } from "@/store/SnapㄴhotStore" +import { useSnapshotStore } from "@/store/SnapShotStore" import type { pose } from "@/utils/detector" import { detectHandOnChin, detectSlope, detectTailboneSit, detectTextNeck } from "@/utils/detector" import { drawPose } from "@/utils/drawer" diff --git a/src/components/Posture/PostrueCrew.tsx b/src/components/Posture/PostrueCrew.tsx index 354706a..e0e364c 100644 --- a/src/components/Posture/PostrueCrew.tsx +++ b/src/components/Posture/PostrueCrew.tsx @@ -12,7 +12,7 @@ import RankingGuideToolTip from "@assets/images/ranking-guide.png" import SelectBox from "@components/SelectBox" import { ReactElement, useCallback, useEffect, useRef, useState } from "react" import { modals } from "../Modal/Modals" -import { useSnapshotStore } from "@/store/SnapㄴhotStore" +import { useSnapshotStore } from "@/store/SnapShotStore" import { useCreateSnaphot } from "@/hooks/useSnapshotMutation" interface IPostureCrew { diff --git a/src/components/SideNav.tsx b/src/components/SideNav.tsx index bcb61ce..cbf9d98 100644 --- a/src/components/SideNav.tsx +++ b/src/components/SideNav.tsx @@ -4,7 +4,7 @@ import AnalysisIcon from "@assets/icons/side-nav-analysis-icon.svg?react" import CrewIcon from "@assets/icons/side-nav-crew-icon.svg?react" import MonitoringIcon from "@assets/icons/side-nav-monitor-icon.svg?react" import { Link, useLocation, useNavigate } from "react-router-dom" -import { useSnapshotStore } from "@/store/SnapㄴhotStore" +import { useSnapshotStore } from "@/store/SnapShotStore" import { useMemo } from "react" import { clearAccessToken } from "@/api/axiosInstance" import { useNotificationStore } from "@/store/NotificationStore" diff --git a/src/pages/AuthPage.tsx b/src/pages/AuthPage.tsx index edfcdec..2b8e0b0 100644 --- a/src/pages/AuthPage.tsx +++ b/src/pages/AuthPage.tsx @@ -4,7 +4,7 @@ import Login from "@/components/Login" import { useOauth, useSignUp, useSignIn, useGetIsSignUp } from "@/hooks/useAuthMutation" import RoutePath from "@/constants/routes.json" import { useAuthStore } from "@/store/AuthStore" -import { useSnapshotStore } from "@/store/SnapㄴhotStore" +import { useSnapshotStore } from "@/store/SnapShotStore" import { useGetRecentSnapshot } from "@/hooks/useSnapshotMutation" import { useGetNoti } from "@/hooks/useNotiMutation" import { useNotificationStore } from "@/store/NotificationStore" diff --git a/src/pages/MonitoringPage.tsx b/src/pages/MonitoringPage.tsx index da41b0a..4265992 100644 --- a/src/pages/MonitoringPage.tsx +++ b/src/pages/MonitoringPage.tsx @@ -3,7 +3,7 @@ import PostrueCrew from "@/components/Posture/PostrueCrew" import GroupSideIcon from "@assets/icons/group-side-nav-button.svg?react" import React, { useEffect, useState } from "react" import { useGetRecentSnapshot } from "@/hooks/useSnapshotMutation" -import { useSnapshotStore } from "@/store/SnapㄴhotStore" +import { useSnapshotStore } from "@/store/SnapShotStore" import usePushNotification from "@/hooks/usePushNotification" import { useGuidePopup } from "@/hooks/useGuidePopup"