docs: add JSDoc to useDebounce hook
This commit is contained in:
@@ -9,6 +9,9 @@ const NAV_LINKS = [
|
||||
{ label: "About", to: "/about" },
|
||||
];
|
||||
|
||||
/**
|
||||
* Site navigation bar with responsive menu.
|
||||
*/
|
||||
export default function Navbar() {
|
||||
const [open, setOpen] = useState(false);
|
||||
const { pathname } = useLocation();
|
||||
|
||||
Reference in New Issue
Block a user