Feat: Jump from the chunk page to the dataset page #3221 (#4961)

### What problem does this PR solve?
Feat: Jump from the chunk page to the dataset page #3221

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-02-14 13:30:55 +08:00
committed by GitHub
parent 986062a604
commit 26add87c3d
7 changed files with 111 additions and 4 deletions

View File

@ -0,0 +1,3 @@
export default function ChunkResult() {
return <div>ChunkResult</div>;
}