mirror of
https://github.com/langgenius/dify.git
synced 2026-08-03 20:13:35 +08:00
6 lines
171 B
TypeScript
6 lines
171 B
TypeScript
import { DeploymentDetailSidebarSlot } from '../sidebar-page'
|
|
|
|
export default function DeploymentInstancesDetailSidebarSlot() {
|
|
return <DeploymentDetailSidebarSlot />
|
|
}
|