add enjoy app
This commit is contained in:
9
enjoy/src/renderer/components/loader-spin.tsx
Normal file
9
enjoy/src/renderer/components/loader-spin.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { LoaderIcon } from "lucide-react";
|
||||
|
||||
export const LoaderSpin = () => {
|
||||
return (
|
||||
<div className="h-full w-full px-4 py-6 lg:px-8 flex justify-center items-center">
|
||||
<LoaderIcon className="text-muted-foreground animate-spin" />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
Reference in New Issue
Block a user