chore: biome format vitest config, add Props JSDoc to SidebarNav
This commit is contained in:
@@ -5,6 +5,9 @@ import { usePathname } from 'next/navigation';
|
||||
import { CONTACT_LINKS, cn } from '$shared/lib';
|
||||
import type { NavItem } from '../model/types';
|
||||
|
||||
/**
|
||||
* Props for SidebarNav.
|
||||
*/
|
||||
interface Props {
|
||||
/**
|
||||
* Navigation items to render
|
||||
|
||||
Reference in New Issue
Block a user