Skip to content

Commit

Permalink
[refactor] useNavigate 중복제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Hj1218 committed Jun 19, 2024
1 parent 0c5fbe8 commit ce82ef4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/MyPages/DiaryManagement.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import { useDispatch, useSelector } from "react-redux";
import { useNavigate, useLocation } from "react-router-dom";
import queryString from "query-string";
import { SET_PAGENAME } from "../../redux/modules/PageName";
import { useNavigate } from "react-router-dom";
import Button from "../../component/Button";
import diaryController from "../../api/diary.controller";

Expand Down

0 comments on commit ce82ef4

Please sign in to comment.