React-App für Todoliste aus Beispiel aus der Ellmann-Vorlesung und der ursprünglichen Todo-App zusammengebastelt

This commit is contained in:
2026-07-14 14:26:09 +02:00
parent d18af0ddf1
commit 9680fd3d39
6 changed files with 130 additions and 242 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { StrictMode } from 'react'
import { createRoot } from 'react-dom/client'
import './index.css'
import './style.css'
import App from './App.jsx'
createRoot(document.getElementById('root')).render(