| 102 | }); |
| 103 | |
| 104 | interface ShellCodeBlockProps { |
| 105 | classsName?: string; |
| 106 | code: string; |
| 107 | } |
| 108 | |
| 109 | function ShellCodeBlock({ classsName, code }: ShellCodeBlockProps) { |
| 110 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected