6 lines
90 B
TypeScript
6 lines
90 B
TypeScript
|
|
const AnswerForm = () => {
|
||
|
|
return <div>AnswerForm</div>;
|
||
|
|
};
|
||
|
|
|
||
|
|
export default AnswerForm;
|