From 7498fe5c6828b11ee70da9fcfe21d7e7250e167a Mon Sep 17 00:00:00 2001 From: ruigomes99 Date: Thu, 19 Sep 2024 20:42:51 +0100 Subject: [PATCH 1/3] test --- src/index.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.jsx b/src/index.jsx index 8576775..86277d5 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -6,6 +6,7 @@ import ReactDOM from 'react-dom/client'; import './index.css'; import App from './App'; +// This is a test const root = ReactDOM.createRoot(document.getElementById('root')); root.render( From a6417da1cea5ffc86495e8a9027494c12e58af12 Mon Sep 17 00:00:00 2001 From: ruigomes99 Date: Thu, 19 Sep 2024 20:45:33 +0100 Subject: [PATCH 2/3] test 2 --- src/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.jsx b/src/index.jsx index 86277d5..1af4879 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -6,7 +6,7 @@ import ReactDOM from 'react-dom/client'; import './index.css'; import App from './App'; -// This is a test +// This is a test - v2 const root = ReactDOM.createRoot(document.getElementById('root')); root.render( From 4a2c86b3b64ac6a7037380938612492a87019ce5 Mon Sep 17 00:00:00 2001 From: ruigomes99 Date: Thu, 19 Sep 2024 20:55:14 +0100 Subject: [PATCH 3/3] test 3 --- src/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.jsx b/src/index.jsx index 1af4879..56e8b61 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -6,7 +6,7 @@ import ReactDOM from 'react-dom/client'; import './index.css'; import App from './App'; -// This is a test - v2 +// This is a test - v3 const root = ReactDOM.createRoot(document.getElementById('root')); root.render(