Skip to content

Commit

Permalink
remove react strict mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sarim-hk committed Sep 10, 2024
1 parent bba9a85 commit 183da9d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
import React from 'react';
import ReactDOM from 'react-dom/client';
import App from './App.tsx';
import './index.css';

ReactDOM.createRoot(document.getElementById('root')!).render(
<React.StrictMode>
<App />
</React.StrictMode>,
);

0 comments on commit 183da9d

Please sign in to comment.