Skip to content

Commit 4e59bf7

Browse files
committed
more cleanuo[
1 parent e5de3d7 commit 4e59bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/components/layout/navigation/navigation-section.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { CaretDownIcon } from '@phosphor-icons/react';
22
import { AnimatePresence, MotionConfig, motion } from 'framer-motion';
33
import { useSearchParams } from 'next/navigation';
44
import { memo } from 'react';
5-
import { useAccordionStates } from '@/hooks/use-persistent-state';
5+
import type { useAccordionStates } from '@/hooks/use-persistent-state';
66
import { NavigationItem } from './navigation-item';
77
import type { NavigationSection as NavigationSectionType } from './types';
88

0 commit comments

Comments
 (0)