import React from "react"; import { IQuestionFormProps } from "../types"; export const QEssay = ({}: IQuestionFormProps) => { return (
); };