import {TodoList} from './component/TodoList' function App() { return ( <> ) } export default App