update
This commit is contained in:
13
app/pages/Loading.tsx
Normal file
13
app/pages/Loading.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import { LoadingOverlay } from "@mantine/core";
|
||||
|
||||
export default function Loading() {
|
||||
return (
|
||||
<div
|
||||
style={{
|
||||
height: "100vh",
|
||||
}}
|
||||
>
|
||||
<LoadingOverlay visible />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user