Skip to content

Commit 653010b

Browse files
committed
foramt: fixing format issues
1 parent 3b1fd43 commit 653010b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!DOCTYPE html>
1+
<!doctype html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />

src/index.js

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

0 commit comments

Comments
 (0)