mirror of
https://github.com/OwethuManagedServices/oms-website-nextjs.git
synced 2025-12-17 19:08:09 +00:00
Home page completed
This commit is contained in:
12
app/loading.tsx
Normal file
12
app/loading.tsx
Normal file
@ -0,0 +1,12 @@
|
||||
"use client";
|
||||
import { PacmanLoader } from "react-spinners";
|
||||
|
||||
const Loading = () => {
|
||||
return (
|
||||
<div className="flex items-center justify-center h-screen">
|
||||
<PacmanLoader />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Loading;
|
||||
Reference in New Issue
Block a user