coze-studio/frontend/packages/workflow/playground/scripts/create-node/templates/node-content.tsx.hbs

11 lines
199 B
Handlebars

import { InputParameters, Outputs } from '../common/components';
export function {{PASCAL_NAME_PLACE_HOLDER}}Content() {
return (
<>
<InputParameters />
<Outputs />
</>
);
}