Feat: Add Datasets page #3221 (#3661)

### What problem does this PR solve?

Feat: Add Datasets page #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-27 09:31:08 +08:00
committed by GitHub
parent 8b35776916
commit ee37ee3d28
2 changed files with 143 additions and 0 deletions

View File

@ -131,6 +131,11 @@ const routes = [
layout: false,
component: '@/pages/home',
},
{
path: '/datasets',
layout: false,
component: '@/pages/datasets',
},
{
path: '/profile-setting',
layout: false,