MCPcopy Create free account
hub / github.com/dabbott/react-native-express / Playgrounds

Function Playgrounds

pages/playgrounds.js:5–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3import example from '../examples/files/helloWorld'
4
5export default function Playgrounds() {
6 return <EditorConsole height={'100vh'} code={example} />
7}
8
9Playgrounds.title = 'Playgrounds'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected