### 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)
5 lines
90 B
TypeScript
5 lines
90 B
TypeScript
const AnswerForm = () => {
|
|
return <div>AnswerForm</div>;
|
|
};
|
|
|
|
export default AnswerForm;
|