import React from "react"; import { IQuestionData } from "../types"; type Props = { question: IQuestionData; answers: any; }; export const REssay = ({ question, answers }: Props) => { return (