mirror of
https://github.com/langgenius/dify.git
synced 2026-07-27 23:18:33 +08:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import { DeploymentDetailSidebarSlot } from './sidebar-page'
|
|
|
|
export default function DeploymentDetailPageSidebarSlot() {
|
|
return <DeploymentDetailSidebarSlot />
|
|
}
|