import type * as React from "react"; import { CheckCircleIcon, SparkleIcon, WarningCircleIcon } from "@phosphor-icons/react"; import { Marker, MarkerContent, MarkerIcon } from "@reactive-resume/ui/components/marker"; const wrap: React.CSSProperties = { display: "flex", flexDirection: "column", gap: 12, padding: 16, width: 360 }; export const Statuses = () => (
Tailoring your resume… Applied 4 edits to your resume Couldn't reach the AI provider
); export const Dividers = () => (
Today Conversation history
);