From c83524aaeab15cc25df41128023ba1a27a73245e Mon Sep 17 00:00:00 2001 From: valerio como Date: Fri, 27 Sep 2024 14:25:27 +0000 Subject: [PATCH] fix: style fix --- index.html | 2 +- src/main.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 3a2402a..7b0c92b 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ -
+
diff --git a/src/main.tsx b/src/main.tsx index f9b3af1..ab0c5d6 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -3,7 +3,7 @@ import { createRoot } from 'react-dom/client' import App from './app/App.tsx' // import './index.css' -createRoot(document.getElementById('root')!).render( +createRoot(document.getElementById('app')!).render( // // ,