mirror of
https://github.com/get-drexa/drive.git
synced 2025-12-01 05:51:39 +00:00
refactor: migrate to vite and restructure repo
Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
6
apps/drive-web/src/components/ui/loading-spinner.tsx
Normal file
6
apps/drive-web/src/components/ui/loading-spinner.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Loader2Icon } from "lucide-react"
|
||||
import { cn } from "@/lib/utils"
|
||||
|
||||
export function LoadingSpinner({ className }: { className?: string }) {
|
||||
return <Loader2Icon className={cn("animate-spin size-4", className)} />
|
||||
}
|
||||
Reference in New Issue
Block a user