mirror of
https://github.com/langgenius/dify.git
synced 2026-05-04 17:38:04 +08:00
base panel
This commit is contained in:
@ -3,10 +3,9 @@ import BasePanel from '../_base/panel'
|
||||
|
||||
const Panel: FC = () => {
|
||||
return (
|
||||
<BasePanel
|
||||
inputsElement={<div>start panel inputs</div>}
|
||||
outputsElement={<div>start panel outputs</div>}
|
||||
/>
|
||||
<BasePanel>
|
||||
<div>start panel inputs</div>
|
||||
</BasePanel>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user