Skip to content

Commit

Permalink
fix 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hoj0806 committed May 14, 2024
1 parent 08df53c commit dc54ac2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions components/common/Navigation/Navigation.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"use client";

import styles from "./Navigation.module.css";

import NavLoginButton from "../NavLoginButton/NavLoginButton";
Expand All @@ -11,9 +13,8 @@ const Navigation = () => {
queryFn: () => getUserInfo(),
});


const accessToken = localStorage.getItem("accessToken");

return (
<div className={styles["nav-wrapper"]}>
<div className={styles["nav-inside-wrapper"]}>
Expand Down

0 comments on commit dc54ac2

Please sign in to comment.