Skip to content

Commit

Permalink
Merge pull request #43 from platformatic/feature/removing-strict-mode
Browse files Browse the repository at this point in the history
fix: removing stuff
  • Loading branch information
tonysnowboardunderthebridge authored Nov 30, 2023
2 parents cd86a09 + 508716a commit 667ff56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/renderer/src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,5 @@ import ReactDOM from 'react-dom/client'
import App from './App.jsx'

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

0 comments on commit 667ff56

Please sign in to comment.