Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused import #3366

Merged
merged 2 commits into from Jun 26, 2019
Merged

Remove unused import #3366

merged 2 commits into from Jun 26, 2019

Conversation

jesseshieh
Copy link
Contributor

I followed the tutorial from scratch and got the following error, which this fixes.

./src/App.js
  Line 2:  'Resource' is defined but never used     no-unused-vars

I followed the tutorial from scratch and got the following error, which this fixes.
```
./src/App.js
  Line 2:  'Resource' is defined but never used     no-unused-vars
```
Copy link
Contributor

@djhi djhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Copy link
Contributor

@djhi djhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just noticed than you should also update the diff in the next step of the tutorial then, at line 93

@jesseshieh
Copy link
Contributor Author

Done!

Copy link
Contributor

@djhi djhi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool :) Thanks!

@djhi djhi added this to the 2.9.4 milestone Jun 26, 2019
@djhi djhi merged commit 47083cc into marmelab:master Jun 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants