mirror of
https://github.com/whyour/qinglong.git
synced 2026-02-12 22:16:42 +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;
|