import React from "react"; import { Spinner } from "reactstrap"; const LoadingPage: React.FC = () => { return (
); }; export default LoadingPage;