import { FaSpinner } from "react-icons/fa"; const Spinner = (): JSX.Element => { return ; }; export default Spinner;