export default [
{
name: 'workbench',
icon: 'DesktopOutlined',
path:'/workbench',
routes: [
{ name: 'commonFiles', path: '/workbench/files',},
{ name: 'commonFilesManage', path: '/workbench/filesManage',},
]
},
];