Feat: Delete useless code #4242 (#4267)

### What problem does this PR solve?

Feat: Delete useless code #4242

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-12-27 15:09:03 +08:00
committed by GitHub
parent c75aa11ae6
commit 2d17e5aa04
3 changed files with 0 additions and 161 deletions

View File

@ -246,11 +246,6 @@ const routes = [
},
],
},
{
path: '/workflow',
component: '@/pages/workflow',
layout: false,
},
];
export default routes;