This commit is contained in:
none
2023-03-23 16:35:20 +08:00
parent e7421f67cc
commit 9f90bd75d3
22 changed files with 190 additions and 157 deletions

View File

@@ -0,0 +1,11 @@
import { Spin } from "antd";
const LoadingPage = () => {
return (
<>
<Spin />
</>
);
};
export default LoadingPage;