add enjoy app

This commit is contained in:
an-lee
2024-01-09 15:19:32 +08:00
parent b88c52d5d8
commit aebd9ee213
434 changed files with 34955 additions and 62 deletions

View 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>
);
};