import { NavLink, useLocation } from 'react-router' import { twMerge } from 'tailwind-merge' import { MENU } from './menu' export const Sidebar = () => { const { pathname } = useLocation() return (