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