fix(useSubMenu): useEffect import 추가

This commit is contained in:
jeonghyo.k 2026-03-13 14:10:15 +09:00
부모 421f5f8b52
커밋 6864f6dab5

파일 보기

@ -1,4 +1,4 @@
import { useSyncExternalStore } from 'react' import { useEffect, useSyncExternalStore } from 'react'
import type { MainTab } from '../types/navigation' import type { MainTab } from '../types/navigation'
import { useAuthStore } from '@common/store/authStore' import { useAuthStore } from '@common/store/authStore'
import { API_BASE_URL } from '@common/services/api' import { API_BASE_URL } from '@common/services/api'