mirror of
https://github.com/langgenius/dify.git
synced 2026-07-31 01:09:32 +08:00
6 lines
170 B
TypeScript
6 lines
170 B
TypeScript
import { DeploymentDetailSidebarSlot } from '../sidebar-page'
|
|
|
|
export default function DeploymentOverviewDetailSidebarSlot() {
|
|
return <DeploymentDetailSidebarSlot />
|
|
}
|