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
インポートを簡単にする。
具体的に言うと、
import Button from '@components/Button/Button'; import useFetchWithAuth from '@hooks/useFetchWithAuth'; import doSomething from '@lib/doSomething'; import User from '@types/User'; import HomePage from '@pages/Homepage/Homepage'
みたいにできるとありがたい。
おそらくこのサイトを参考にすればできる。
The text was updated successfully, but these errors were encountered:
matumoto1234
No branches or pull requests
提案の詳細
インポートを簡単にする。
具体的に言うと、
みたいにできるとありがたい。
おそらくこのサイトを参考にすればできる。
動機
その他
The text was updated successfully, but these errors were encountered: