Feat: Add Dataset page #3221 (#3721)

### What problem does this PR solve?

Feat: Add Dataset page #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2024-11-28 18:44:36 +08:00
committed by GitHub
parent cdae8d28fe
commit 4e8e4fe53f
8 changed files with 351 additions and 25 deletions

View File

@ -5,7 +5,7 @@ export default function DatasetWrapper() {
return (
<div className="text-foreground flex">
<SideBar></SideBar>
<div className="p-6">
<div className="flex-1">
<Outlet />
</div>
</div>