From 0b3d76470ff240f6fe86af4023d96e9cc3021ae1 Mon Sep 17 00:00:00 2001 From: No0ne003 Date: Fri, 3 May 2024 18:38:40 +0100 Subject: [PATCH] trying to fix the bug (it's probaly from github cuz the website's work fine on my machine) --- src/App.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index 6a2fc9f..50cc665 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -24,10 +24,9 @@ import { TicTacToe } from "./pages/TicTacToe"; function App() { return ( - +
- } /> } /> {/* Accordion component */} } />