Skip to content

Commit fbeb0da

Browse files
authored
typo: index.jsx to main.jsx
Directory structure shows index.jsx but all scripts point to main.jsx
1 parent ce388a6 commit fbeb0da

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)