import { SpinLoading } from "antd-mobile"; const LoadingPage = () => { return (
); }; export default LoadingPage;