@@ -5,12 +5,13 @@ import {
55 Route ,
66 useLocation
77} from "react-router-dom" ;
8+ import { initGA , trackPageView } from "@/libs/analytics" ;
89import Home from "@/pages/Home" ;
910import SelectInfo from "@/pages/SelectInfo" ;
1011import Chat from "@/pages/Chat" ;
1112import ChatRecommend from "@/pages/ChatRecommend" ;
1213import ChatTips from "@/pages/ChatTips" ;
13- import ChatTemporature from "@/pages/ChatTemporature " ;
14+ import ChatTemperature from "@/pages/ChatTemperature " ;
1415import Content from "@/pages/Content" ;
1516import Login from "@/pages/Login" ;
1617import MyInfo from "@/pages/MyInfo" ;
@@ -19,7 +20,6 @@ import MbtiTestIntro from "@/pages/MbtiTestIntro";
1920import MbtiTestQuestions from "@/pages/MbtiTestQuestions" ;
2021import MbtiTestResult from "@/pages/MbtiTestResult" ;
2122import CenteredLayout from "@/components/CenteredLayout" ;
22- import { initGA , trackPageView } from "@/libs/analytics" ;
2323import Error from "@/pages/Error" ;
2424
2525const PageTracker = ( ) => {
@@ -85,8 +85,8 @@ const App = () => {
8585 < Route path = "/chat-recommend/:mbti" element = { < ChatRecommend /> } />
8686 < Route path = "/chat-tips/:mbti" element = { < ChatTips /> } />
8787 < Route
88- path = "/chat-temporature /:conversationId"
89- element = { < ChatTemporature /> }
88+ path = "/chat-temperature /:conversationId"
89+ element = { < ChatTemperature /> }
9090 />
9191 < Route path = "/contents/:id" element = { < Content /> } />
9292 < Route path = "/login" element = { < Login /> } />
0 commit comments