Skip to content

Commit 8018222

Browse files
committed
Fix syntax error in index.js by adding a missing comma
1 parent bdf6b70 commit 8018222

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ const root = ReactDOM.createRoot(document.getElementById("root"));
77
root.render(
88
<React.StrictMode>
99
<App />
10-
</React.StrictMode>
10+
</React.StrictMode>,
1111
);

0 commit comments

Comments
 (0)