### 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)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
const AnswerForm = () => {
|
||||
return <div>AnswerForm</div>;
|
||||
return <div></div>;
|
||||
};
|
||||
|
||||
export default AnswerForm;
|
||||
|
||||
Reference in New Issue
Block a user