Skip to content

Commit 0d7c479

Browse files
authored
remove comma from main.jsx
1 parent 1209b09 commit 0d7c479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import './Styles/App.css';
66
createRoot(document.getElementById('root')).render(
77
<StrictMode>
88
<App />
9-
</StrictMode>,
9+
</StrictMode>
1010
)

0 commit comments

Comments
 (0)