mirror of
https://github.com/langgenius/dify.git
synced 2026-07-30 00:39:34 +08:00
6 lines
162 B
TypeScript
6 lines
162 B
TypeScript
import { DatasetDetailSidebarSlot } from '../sidebar-page'
|
|
|
|
export default function DatasetDocumentsDetailSidebarSlot() {
|
|
return <DatasetDetailSidebarSlot />
|
|
}
|