mirror of
https://github.com/langgenius/dify.git
synced 2026-07-28 15:49:42 +08:00
Co-authored-by: 盐粒 Yanli <mail@yanli.one> Co-authored-by: yyh <yuanyouhuilyz@gmail.com> Co-authored-by: Joel <iamjoel007@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: QuantumGhost <obelisk.reg+git@gmail.com> Co-authored-by: yyh <92089059+lyzno1@users.noreply.github.com> Co-authored-by: 盐粒 Yanli <yanli@dify.ai>
6 lines
157 B
TypeScript
6 lines
157 B
TypeScript
import { AgentDetailSidebarSlot } from '../sidebar-page'
|
|
|
|
export default function AgentMonitoringDetailSidebarSlot() {
|
|
return <AgentDetailSidebarSlot />
|
|
}
|