Explorar o código

feat: 导航菜单

BaiLuoYan hai 3 meses
pai
achega
6bfe83d1b0
Modificáronse 1 ficheiros con 0 adicións e 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;