Skip to content

Commit

Permalink
remove comma from main.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
devsdenepal authored Oct 5, 2024
1 parent 1209b09 commit 0d7c479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ import './Styles/App.css';
createRoot(document.getElementById('root')).render(
<StrictMode>
<App />
</StrictMode>,
</StrictMode>
)

0 comments on commit 0d7c479

Please sign in to comment.