ragflow/web/src/pages/flow/answer-form/index.tsx
balibabu 39ac3b1e60
feat: add custom edge (#1061)
### What problem does this PR solve?
feat: add custom edge
feat: add flow card
feat: add store for canvas
#918 

### Type of change

- [x] New Feature (non-breaking change which adds functionality)
2024-06-05 10:46:06 +08:00

5 lines
90 B
TypeScript

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