Skip to content

Commit 094ab16

Browse files
authored
Merge pull request #270 from MBTips/bug/mbti-test-result-페이지-useparams-에러-해결-건
fix: useParams import문 제거
2 parents f519a00 + 8ea8789 commit 094ab16

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pages/MbtiTestResult.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import RestartButton from "@/components/button/RestartButton";
66
import ChatStartButton from "@/components/button/ChatStartButton";
77
import useLayoutSize from "@/hooks/useLayoutSize";
88
import Header from "@/components/header/Header";
9-
import { useParams } from "react-router-dom";
109

1110
const MbtiTestResult = () => {
1211
const { mbti } = useParams();

0 commit comments

Comments
 (0)