Skip to content

Commit

Permalink
Update step-2.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona authored Oct 26, 2023
1 parent 4410236 commit c1c195a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/developing/react-tutorial/step-2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ page.

## Add repo page grid

Now in our `RepoPage` we'll import our `Grid` components at the top:
Now in our `RepoPage`component in the `src/app/repos/page.js` file we'll import our `Grid` components at the top:

```javascript path=src/app/repos/page.js
'use client';
Expand Down

0 comments on commit c1c195a

Please sign in to comment.