import React from 'react'; interface LoadingSpinnerProps { label?: string; } export default function LoadingSpinner({ label = 'Lädt…' }: LoadingSpinnerProps) { return (