Skip to content

Commit

Permalink
[Fix] - 네비게이트바 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sayyyho committed Nov 12, 2024
1 parent d59bbef commit 4477ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/navigateBar/NavigateBar.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import * as S from "./styled";
import { useNavigate, useLocation } from "react-router-dom";
import { NAVIGATE_TITLE } from "@constants/navigateBar";
import { NAVIGATE_TITLE } from "@constants/navigatebar";
export const NavigateBar = () => {
const navigate = useNavigate();
const location = useLocation();
Expand Down

0 comments on commit 4477ae9

Please sign in to comment.