import React from "react"; import "./FAQComponent.css"; import { FontAwesomeIcon } from "@fortawesome/react-fontawesome"; import { faPlus, faMinus } from "@fortawesome/free-solid-svg-icons"; import { CSSTransition } from 'react-transition-group' const faqComponent = props => { const { faqOpenHandler, text, boxOpen, boxText } = props return ( <>