| 1 | import React from 'react'; |
| 2 | import { Alert, AlertDescription, AlertTitle } from './ui/alert'; |
| 3 | import { useTranslation } from '@i18next-toolkit/react'; |
| 4 | import { LuArrowRight, LuInfo } from 'react-icons/lu'; |
nothing calls this directly
no test coverage detected