Explorar el Código

feat: 导航菜单

BaiLuoYan hace 3 meses
padre
commit
6bfe83d1b0
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/components/Topbar/useTopbarAction.ts

+ 0 - 1
src/components/Topbar/useTopbarAction.ts

@@ -4,7 +4,6 @@ import { useNavigate } from 'react-router-dom';
 
 import type { NavMenuItem } from '@/utils/navUtils';
 
-const MOBILE_BREAKPOINT = 768;
 const OVERFLOW_BUTTON_WIDTH = 80;
 const MENU_ITEM_GAP = 10;