Skip to content

Commit 9f4aa0b

Browse files
fix: Fixes directory name because git isn't caps-aware...
1 parent 7502958 commit 9f4aa0b

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
@@ -1,6 +1,6 @@
11
import { createRoot } from 'react-dom/client';
22
import "./index.css";
3-
import App from "./app";
3+
import App from "./App";
44

55
const root = createRoot(document.getElementById('root'));
66
root.render(<App />);

0 commit comments

Comments
 (0)