mirror of
https://github.com/langgenius/dify.git
synced 2026-07-30 08:49:31 +08:00
6 lines
175 B
TypeScript
6 lines
175 B
TypeScript
import { DeploymentDetailSidebar } from '@/features/deployments/detail/detail-sidebar'
|
|
|
|
export function DeploymentDetailSidebarSlot() {
|
|
return <DeploymentDetailSidebar />
|
|
}
|