Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit 74b103d

Browse files
riccardoerrakenotron
authored andcommitted
Folders hierarchy fix (#109)
Was 'components/src/TodoHeader.tsx', based on previous and successive examples and that's incorrect
1 parent 6746599 commit 74b103d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

step1-05/demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can find the HTML for our application in `step1-05/TodoApp.html`.
1111

1212
## TodoHeader
1313

14-
We'll store all of our components inside a `components` folder under `src`. Let's create that now. We'll then start writing the `TodoHeader` in `components/src/TodoHeader.tsx`. The `tsx` file extension tells our editor that this file includes React code written in TypeScript.
14+
We'll store all of our components inside a `components` folder under `src`. Let's create that now. We'll then start writing the `TodoHeader` in `src/components/TodoHeader.tsx`. The `tsx` file extension tells our editor that this file includes React code written in TypeScript.
1515

1616
> We'll talk about TypeScript soon, but for now, know that all valid JavaScript is valid TypeScript.
1717

0 commit comments

Comments
 (0)