Réorganiser le projet et fiabiliser le chargement HTML
This commit is contained in:
5
src/App.jsx
Executable file
5
src/App.jsx
Executable file
@@ -0,0 +1,5 @@
|
||||
import ChessClockApp from "./features/chess-clock/ChessClockApp.jsx";
|
||||
|
||||
export default function App() {
|
||||
return <ChessClockApp />;
|
||||
}
|
||||
Reference in New Issue
Block a user