| 1 | import React from 'react'; |
| 2 | import { motion } from 'framer-motion'; |
| 3 | import { Card } from '@/components/ui/card'; |
| 4 | import { Avatar, AvatarFallback, AvatarImage } from '@/components/ui/avatar'; |
nothing calls this directly
no test coverage detected