import { useSpring, animated } from '@react-spring/web' import React, { useEffect, useRef, useState } from 'react' import { VscDebugBreakpointLog } from 'react-icons/vsc' type Props = {} const QnASection = (props: Props) => { return (

FAQS

See some of the most frequently asked questions about Fight {/* Out here. Got a question that’s not on the list? Let us know below! */}

ABC
) } export default QnASection