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