added Station Add, Delete Update
This commit is contained in:
8
apps/hub/app/_components/ui/Loading.tsx
Normal file
8
apps/hub/app/_components/ui/Loading.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export const Loading = () => {
|
||||
return (
|
||||
<div className="flex items-center justify-center h-full">
|
||||
<div className="spinner"></div>
|
||||
<p>LAAAADEN</p>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user