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

routes直下をディレクトリで分割した #111

Merged
merged 1 commit into from
Nov 2, 2024
Merged

Conversation

kimurash
Copy link
Member

@kimurash kimurash commented Nov 1, 2024

やったこと

タイトル参照

確認した方法

pnpm run dev

自動生成したコード

なし

@kimurash kimurash added the frontend frontend development label Nov 1, 2024
@kimurash kimurash requested a review from Kosei805 November 1, 2024 06:33
@kimurash kimurash self-assigned this Nov 1, 2024
Copy link
Contributor

@Kosei805 Kosei805 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTMです。
コンフリ起きそうだから早めにマージしよか!

@@ -8,7 +8,7 @@ const HeaderLoginButton = () => {
<Button
variant="default"
leftSection={<LuLogIn />}
onClick={() => navigate('/auth/login')}
onClick={() => navigate('/login')}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

これで開けるんだなぁ

@kimurash kimurash merged commit d480d15 into main Nov 2, 2024
3 checks passed
@kimurash kimurash deleted the 108-routes-dir branch November 2, 2024 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend frontend development
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

routes直下をディレクトリで分割する
2 participants