mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 10:59:50 +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 { Spin } from "antd";
|
||||
|
||||
const LoadingPage = () => {
|
||||
return (
|
||||
<>
|
||||
<Spin />
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
export default LoadingPage;
|
||||
Reference in New Issue
Block a user