| 2 | import styles from "./SecretGeneratorBlock.module.css"; |
| 3 | |
| 4 | interface Props { |
| 5 | buttonLabel?: string; |
| 6 | } |
| 7 | |
| 8 | export function SecretGeneratorBlock({ |
| 9 | buttonLabel = "Generate secret", |
nothing calls this directly
no outgoing calls
no test coverage detected