Files
ragflow_python/web/src/pages/flow/answer-form/index.tsx
balibabu 8b1c145e56 feat: modify the name of an operator #918 (#1333)
### What problem does this PR solve?

feat: modify the name of an operator #918

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
2024-07-01 17:12:04 +08:00

6 lines
80 B
TypeScript

const AnswerForm = () => {
return <div></div>;
};
export default AnswerForm;