| 6 | import { ExploitStep } from "@shared/schema"; |
| 7 | |
| 8 | interface ExploitGuideProps { |
| 9 | steps: ExploitStep[]; |
| 10 | } |
| 11 | |
| 12 | export function ExploitGuide({ steps }: ExploitGuideProps) { |
| 13 | const { language, t } = useLanguage(); |
nothing calls this directly
no outgoing calls
no test coverage detected