We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5de3d7 commit 4e59bf7Copy full SHA for 4e59bf7
apps/dashboard/components/layout/navigation/navigation-section.tsx
@@ -2,7 +2,7 @@ import { CaretDownIcon } from '@phosphor-icons/react';
2
import { AnimatePresence, MotionConfig, motion } from 'framer-motion';
3
import { useSearchParams } from 'next/navigation';
4
import { memo } from 'react';
5
-import { useAccordionStates } from '@/hooks/use-persistent-state';
+import type { useAccordionStates } from '@/hooks/use-persistent-state';
6
import { NavigationItem } from './navigation-item';
7
import type { NavigationSection as NavigationSectionType } from './types';
8
0 commit comments