MCPcopy Create free account
hub / github.com/curiores/SerialAnalyzer / App

Function App

src/App.js:4–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2import PersistentDrawerLeft from './Components/Drawer.tsx';
3
4function App() {
5 return (
6 <div className="App">
7 <div className="topBar">
8 <div className="title"></div>
9 </div>
10 <PersistentDrawerLeft />
11 </div>
12 );
13}
14
15export default App;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected