import EmployeeList from "./components/EmployeeList"; const App = () => { return ( <> ) } export default App