Zli-UoA / ryouomoi-checker-frontend

https://ryouomoi-checker-frontend.pages.dev/
MIT License
1 stars 1 forks source link

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

Open eraser5th opened 2 years ago

eraser5th commented 2 years ago

提案の詳細

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

具体的に言うと、

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'

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

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

動機

その他