mirror of
https://github.com/PlayEdu/h5.git
synced 2025-12-27 04:30:05 +08:00
项目初始化
This commit is contained in:
11
src/pages/loading/index.tsx
Normal file
11
src/pages/loading/index.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
import { DotLoading } from 'antd-mobile'
|
||||
|
||||
const LoadingPage = () => {
|
||||
return (
|
||||
<>
|
||||
<DotLoading color='primary' />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default LoadingPage;
|
||||
Reference in New Issue
Block a user