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