mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-25 00:16:06 +08:00
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
import { PageLoading } from '@ant-design/pro-layout';
|
|
|
|
const NewPageLoading = () => {
|
|
return <PageLoading delay={1}></PageLoading>;
|
|
};
|
|
|
|
export default NewPageLoading;
|