()
| 2 | import PersistentDrawerLeft from './Components/Drawer.tsx'; |
| 3 | |
| 4 | function 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 | |
| 15 | export default App; |
nothing calls this directly
no outgoing calls
no test coverage detected