import React from "react"; function Answers({ans1, ans2, ans3}) { return(
{ans1}
{ans2}
{ans3}
) } export default Answers