Skip to content

Commit

Permalink
[feat/#16] 불필요한 useEffect import 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
G-hoon committed Aug 20, 2024
1 parent 1a2ba9e commit 7048a2a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SideNav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import MonitoringIcon from "public/icons/side-nav-monitor-icon.svg?react"
import AnalysisIcon from "public/icons/side-nav-analysis-icon.svg?react"
import CrewIcon from "public/icons/side-nav-crew-icon.svg?react"
import { useAuthStore } from "@/store/AuthStore"
import { useEffect } from "react"

const navItems = [
{
Expand Down

0 comments on commit 7048a2a

Please sign in to comment.