| 102 | ); |
| 103 | |
| 104 | interface PreProps { |
| 105 | readonly children: string; |
| 106 | readonly language: string; |
| 107 | } |
| 108 | |
| 109 | export const CodeBlock = ({ children, language, ...props }: PreProps) => { |
| 110 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…