Skip to content

Commit 0ab0b72

Browse files
authored
Merge pull request #4276 from a-terho/patch-2
typo: index.jsx to main.jsx
2 parents ce388a6 + fbeb0da commit 0ab0b72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/7/en/part7b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Let us now create a simple React app with the following directory structure:
8282
├── dist
8383
│ └── index.html
8484
├── src
85-
│ ├── index.jsx
85+
│ ├── main.jsx
8686
│ └── App.jsx
8787
└── package.json
8888
```

0 commit comments

Comments
 (0)