Réorganiser le projet et fiabiliser le chargement HTML

This commit is contained in:
2026-04-12 17:06:33 +02:00
parent 8573bf2cb8
commit 999fa4ea90
12 changed files with 8402 additions and 545 deletions

5
src/App.jsx Executable file
View File

@@ -0,0 +1,5 @@
import ChessClockApp from "./features/chess-clock/ChessClockApp.jsx";
export default function App() {
return <ChessClockApp />;
}