MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / App

Function App

lowcode-editor/src/App.tsx:3–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import LowcodeEditor from './editor/';
2
3function App() {
4 return (
5 <LowcodeEditor/>
6 )
7}
8
9export default App

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected