-
Notifications
You must be signed in to change notification settings - Fork 2.4k
🔨Refactor /app/pages/GitHub/index.js #2657
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
🔨Refactor /app/pages/GitHub/index.js #2657
Conversation
|
This pull request is automatically deployed with Now. Latest deployment for this branch: https://codesandbox-client-git-fork-nobioma1-refactor-dashboard-github.codesandbox1.now.sh |
Saeris
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just make sure that all import references for this component are updated to use the new named export instead of the old default export!
|
Thank you @Saeris. I went through but can't seem to find a default import for the component 'Github'. |
|
Heyo! I think the default import is here: https://github.com/CompuIves/codesandbox-client/blob/master/packages/app/src/app/pages/index.tsx#L43-L45. This one should be changed. |
CompuIves
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to change default export.
CompuIves
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good now!
|
Thanks for the PR 😄 |
What kind of change does this PR introduce?
@Saeris @christianalfoni
What is the current behavior?
What is the new behavior?
What steps did you take to test this?
Ran
yarn testandyarn lintChecklist