import React from "react"; function Answers() { return(
AnswerBox1
AnswerBox2
AnswerBox3
) } export default Answers