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