From 26a89071b04200da5c66e07bcda7d8ebecf7e9e6 Mon Sep 17 00:00:00 2001 From: Jeynox Date: Thu, 13 Feb 2025 11:29:45 +0100 Subject: [PATCH] merge de la dev --- frontend/src/main.tsx | 7 ------- 1 file changed, 7 deletions(-) diff --git a/frontend/src/main.tsx b/frontend/src/main.tsx index b2b924a..9b04e27 100644 --- a/frontend/src/main.tsx +++ b/frontend/src/main.tsx @@ -8,14 +8,7 @@ const rootElement = document.getElementById('root') as HTMLElement; const root = ReactDOM.createRoot(rootElement); root.render( -<<<<<<< HEAD - - - -); -======= , ); ->>>>>>> 432cea1 (initialisation tailwind)