'use client'; import { Card } from '../ui/Card'; import { IconExclamationTriangle } from '../ui/Icons'; import Link from 'next/link'; export interface LoginPrompt {} export function LoginPrompt() { return (

Sign in {' '} to save and revisit your chat history!

); }