/** * @license * SPDX-License-Identifier: Apache-2.0 */ import React from 'react'; import { Loader2, AlertCircle, Inbox } from 'lucide-react'; import { cn } from '../../lib/utils'; export const LoadingState: React.FC<{ message?: string; className?: string }> = ({ message = 'Syncing data...', className }) => (
Please wait while the quantum cores stabilize.
{description}
{action}{message}
{onRetry && ( )}