Skip to content

Commit ab84e9e

Browse files
author
Ankit Samota
authored
Merge pull request #6 from ankitkumarsamota121/initial-setup
💬 Resolved a typo
2 parents 3d077a6 + 943473e commit ab84e9e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: src/index.js

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import React from 'react';
22
import ReactDOM from 'react-dom';
33

4-
import Root from './Root';
4+
import Root from './root';
55
import App from './views/App';
66

77
import './index.css';
88

99
ReactDOM.render(
10-
<Root>
11-
<App />
12-
</Root>,
13-
document.querySelector('#root')
10+
<Root>
11+
<App />
12+
</Root>,
13+
document.querySelector('#root')
1414
);

0 commit comments

Comments
 (0)