Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
import LowcodeEditor from
'./editor/'
;
2
3
function App() {
4
return (
5
<LowcodeEditor/>
6
)
7
}
8
9
export default App
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected