()
| 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 | <Manager /> |
| 14 | </div> |
| 15 | <Footer /> |
| 16 | </> |
| 17 | ) |
| 18 | } |
| 19 | |
| 20 | export default App |
nothing calls this directly
no outgoing calls
no test coverage detected