Skip to content

Commit

Permalink
fix: 불필요 import 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy3458 committed Aug 27, 2024
1 parent 33721fe commit 612cc89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/learn/TaleLearn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Header from "@components/common/header/Header";
import styled from "styled-components";
import EssayQuiz from "./quiz/EssayQuiz";
import useNavigationWarning from "@hooks/useNavigationWarning";
import { useNavigate, useNavigation } from "react-router-dom";
import { useNavigate } from "react-router-dom";
import Modal from "@components/common/modal/Modal";

interface TaleLearnProps {
Expand Down

0 comments on commit 612cc89

Please sign in to comment.