()
| 5 | import Footer from './components/Footer' |
| 6 | |
| 7 | function App() { |
| 8 | |
| 9 | return ( |
| 10 | <> |
| 11 | <Navbar /> |
| 12 | <div className="bg-green-50 bg-[linear-gradient(to_right,#8080800a_1px,transparent_1px),linear-gradient(to_bottom,#8080800a_1px,transparent_1px)] bg-[size:14px_24px]"> |
| 13 | |
| 14 | <Manager/> |
| 15 | </div> |
| 16 | <Footer/> |
| 17 | </> |
| 18 | ) |
| 19 | } |
| 20 | |
| 21 | export default App |
nothing calls this directly
no outgoing calls
no test coverage detected