import { Loader2 } from 'lucide-react'; export function LoadingSpinner() { return (

Loading...

); }