import './App.css'; import DynamicTodoList from './components/DynamicTodoList.js' function App() { return ( ); } export default App;