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