import React, { Fragment } from "react"; import { baseImageUrl } from "../apis"; type Props = { question: any; }; export const RFile = ({ question }: Props) => { console.log("question", question); return (