()
| 3 | import example from '../examples/files/helloWorld' |
| 4 | |
| 5 | export default function Playgrounds() { |
| 6 | return <EditorConsole height={'100vh'} code={example} /> |
| 7 | } |
| 8 | |
| 9 | Playgrounds.title = 'Playgrounds' |
nothing calls this directly
no outgoing calls
no test coverage detected