Sign in

WebService / ben-test · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ben-test
  • web
  • src
  • components
  • header-userInfo
  • items.js
  • Upload Frontend Code
    e025a553
    BoCheng authored
    2024-01-31 20:48:56 +0800  
    Browse File ยป
items.js 125 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8
import SETTINGS from './settings.png';

export const items = [
    {
        key: 'setting',
        icon: SETTINGS
    }
];