Skip to content

Commit

Permalink
Update step-3.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
andreancardona authored Oct 30, 2023
1 parent 9ebaebf commit ce30755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/developing/react-tutorial/step-3.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ the response from GitHub!
Our last column in the data table will be a comma-separated list of repository
and home page links, so let's create a component called `LinkList`.
Import `Link` at the top of `RepoPage.js`. The imports should look like this.
Import `Link` at the top of `/app/repos/page.js`. The imports should look like this.
```javascript path=src/app/repos/page.js
import { Link, Grid, Column } from '@carbon/react';
Expand Down

0 comments on commit ce30755

Please sign in to comment.