import { CheckCircle, RotateCcw, Sparkles } from 'lucide-react'; import { showLoginPopup } from '../../lib/popup'; type QuestionsProgressProps = { showLoginAlert?: boolean; }; export function QuestionsProgress(props: QuestionsProgressProps) { const { showLoginAlert } = props; return (
You progress is not saved. Please{' '}
)}