| 1 | import React, { useEffect } from 'react'; |
| 2 | import { BrowserRouter as Router, Route, Routes } from 'react-router-dom'; |
| 3 | import Navbar from './components/layout/Navbar'; |
| 4 | import Landing from './components/layout/Landing'; |
nothing calls this directly
no test coverage detected