Skip to content

Commit

Permalink
πŸ› Fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
happytaeyoon committed Nov 29, 2024
1 parent 52037a6 commit 4b12da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/layout/Header/model/useNavigation.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
'use client';
import { usePathname } from 'next/navigation';
import { userNavItems, manageNavItems } from './navigationItems';
import useStore from '@/shared/stores/useStore';
import { userNavItems, manageNavItems } from './navigationItems';
import { NavItem } from './types';

export const useNavigation = () => {
Expand Down

0 comments on commit 4b12da6

Please sign in to comment.