Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/1/en/part1a.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ Note that you should not remove the line at the bottom of the component
export default App
```

The export is not shown in most of the examples of the course material. Without the export the component and the whole app breaks down.
The export is not shown in most of the examples of the course material. Without the export, the component and the whole app breaks down.

Did you remember your promise to keep the console open? What was printed out there?

Expand Down