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

[FEATURE] インポートを簡単にする #209

Open
eraser5th opened this issue Feb 27, 2022 · 0 comments
Open

[FEATURE] インポートを簡単にする #209

eraser5th opened this issue Feb 27, 2022 · 0 comments
Assignees
Labels
refactoring リファクタリング用ラベル

Comments

@eraser5th
Copy link
Collaborator

提案の詳細

インポートを簡単にする。

具体的に言うと、

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'

みたいにできるとありがたい。

おそらくこのサイトを参考にすればできる。

動機

その他

@eraser5th eraser5th added the refactoring リファクタリング用ラベル label Feb 27, 2022
@matumoto1234 matumoto1234 self-assigned this Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring リファクタリング用ラベル
Projects
None yet
Development

No branches or pull requests

2 participants