'use client'; import { Scrollbars } from 'react-custom-scrollbars-2'; import { useNav } from '~/contexts/nav'; import { Sidebar } from './Sidebar'; export function Nav() { const { opened } = useNav(); return ( ); }