qinglong/src/components/pageLoading.tsx
2021-10-03 20:58:55 +08:00

8 lines
169 B
TypeScript

import { PageLoading } from '@ant-design/pro-layout';
const NewPageLoading = () => {
return <PageLoading delay={1}></PageLoading>;
};
export default NewPageLoading;