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)
This commit is contained in:
5
web/src/pages/flow/answer-form/index.tsx
Normal file
5
web/src/pages/flow/answer-form/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
const AnswerForm = () => {
|
||||
return <div>AnswerForm</div>;
|
||||
};
|
||||
|
||||
export default AnswerForm;
|
||||
Reference in New Issue
Block a user