mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-31 01:01:30 +08:00
### What problem does this PR solve? Feat: Add ChunkedResultPanel #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -1,3 +1,12 @@
|
||||
import ChunkedResultPanel from '../chunked-result-panel';
|
||||
|
||||
export default function ResultView() {
|
||||
return <div>ResultView</div>;
|
||||
return (
|
||||
<section className="flex">
|
||||
<div className="flex-1">xxx</div>
|
||||
<div className="flex-1">
|
||||
<ChunkedResultPanel></ChunkedResultPanel>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user