We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
components └── ComponentName └── index.tsx
components └── ComponentName ├── ComponentName.tsx └── index.tsx
// index.tsx export { default } from './ComponentName';
IDE에서 확인되는 파일명을 통한 생산성 확보
해당 아티클 참고
The text was updated successfully, but these errors were encountered:
Merge pull request #11 from hyesungoh/refactor/#8
d413ec5
refactor: #8
hyesungoh
Successfully merging a pull request may close this issue.
as is
to be
for
IDE에서 확인되는 파일명을 통한 생산성 확보
The text was updated successfully, but these errors were encountered: