| 1 | import React, { useMemo, useCallback } from "react"; |
| 2 | import { motion, AnimatePresence } from "framer-motion"; |
| 3 | import { FileText, ArrowLeft, Calendar, Clock } from "lucide-react"; |
| 4 | import { Card, CardContent } from "@/components/ui/card"; |
nothing calls this directly
no test coverage detected