mirror of
https://github.com/langgenius/dify.git
synced 2026-05-11 06:37:13 +08:00
8 lines
147 B
TypeScript
8 lines
147 B
TypeScript
'use client'
|
|
|
|
import { Agentation as AgentationComponent } from 'agentation'
|
|
|
|
export const Agentation = () => {
|
|
return <AgentationComponent />
|
|
}
|