فهرست منبع

feat: 导航菜单

BaiLuoYan 3 ماه پیش
والد
کامیت
6bfe83d1b0
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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;