diff --git a/src/components/pageLoading.tsx b/src/components/pageLoading.tsx index 18327f18..06ee9b93 100644 --- a/src/components/pageLoading.tsx +++ b/src/components/pageLoading.tsx @@ -1,3 +1,11 @@ import { PageLoading } from '@ant-design/pro-layout'; -export default PageLoading; +const NewPageLoading = () => { + return ( +
+ +
+ ); +}; + +export default NewPageLoading;