dify/web/app/(commonLayout)/@detailSidebar/deployments/[appInstanceId]/sidebar-page.tsx

6 lines
175 B
TypeScript

import { DeploymentDetailSidebar } from '@/features/deployments/detail/detail-sidebar'
export function DeploymentDetailSidebarSlot() {
return <DeploymentDetailSidebar />
}