mirror of
https://github.com/langgenius/dify.git
synced 2026-09-08 02:43:49 +08:00
6 lines
163 B
TypeScript
6 lines
163 B
TypeScript
import { DatasetDetailSidebarSlot } from '../sidebar-page'
|
|
|
|
export default function DatasetHitTestingDetailSidebarSlot() {
|
|
return <DatasetDetailSidebarSlot />
|
|
}
|