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

Update file path in readme #160

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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 step1-04/demo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ To scale our application, we'll need to break up the file into smaller, reusable

### Module exports and imports

Open up `step1-04/final/components/Counter.tsx` and look at the `Counter` component.
Open up `step1-04/final/src/components/Counter.tsx` and look at the `Counter` component.

```tsx
export class Counter extends React.Component {
Expand Down