Skip to content

Commit 0094e9a

Browse files
committed
Fix casing
1 parent 37a5d69 commit 0094e9a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/App.js renamed to src/app2.js

File renamed without changes.

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import React from "react";
22
import ReactDOM from "react-dom";
3-
import App from "./app";
3+
import App from "./app2";
44

55
ReactDOM.render(<App />, document.getElementById("root"));

0 commit comments

Comments
 (0)