import React from "react"; import Buttons from "./Buttons"; import Answers from "./Answers"; import ScoreBoard from "./ScoreBoard"; function Body({startQuestion, timerRunning, stopTimer, setQuestionCount, setTeamSize, teamsize}) { return(
) } export default Body