import { Spin } from "antd"; const LoadingPage = () => { return ( <> ); }; export default LoadingPage;