Skip to content

Commit

Permalink
remove strictmode
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiDubauskas committed Sep 5, 2023
1 parent 5e90390 commit c729e1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import App from "./App";
// Mount the App component to the DOM element with id "root"
const root = createRoot(document.getElementById("root"));
root.render(
<React.StrictMode>
<App />
</React.StrictMode>

<App />

);

1 comment on commit c729e1d

@vercel
Copy link

@vercel vercel bot commented on c729e1d Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.