Skip to content

Commit

Permalink
Comment: delete unused comment #125
Browse files Browse the repository at this point in the history
  • Loading branch information
seo0o519 committed May 28, 2024
1 parent 6b7828e commit 027e400
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/MypagePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import { useRecoilState } from "recoil";
import { tripNameState, tripIdState, diaryIdState } from "../recoil/commonState";

const MypagePage = () => {
//axios get으로 받아온 username location으로 전달
const navigate = useNavigate();
const [isModalOpen, setIsModalOpen] = useState(false);
const [message, setMessage] = useState("");
Expand Down

0 comments on commit 027e400

Please sign in to comment.