mirror of
https://github.com/khoaliber/LetterFeed.git
synced 2026-03-05 21:29:12 +00:00
v0.1.0
This commit is contained in:
9
frontend/components/letterfeed/LoadingSpinner.tsx
Normal file
9
frontend/components/letterfeed/LoadingSpinner.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Loader2 } from "lucide-react"
|
||||
|
||||
export function LoadingSpinner() {
|
||||
return (
|
||||
<div className="min-h-screen bg-gray-50 flex items-center justify-center">
|
||||
<Loader2 className="w-12 h-12 text-gray-400 animate-spin" data-testid="loading-spinner" />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user