MCPcopy Create free account
hub / github.com/Okabe-Rintarou-0/BookStore-Frontend / App

Function App

advanced_tutorial/src/App.tsx:6–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4import Case3 from './cases/case3'
5
6function App() {
7 return <Space style={{ width: "100%" }} direction='vertical'>
8 <Case1 />
9 <Case2 />
10 <Case3 />
11 </Space>
12}
13
14export default App

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected