Skip to content

Commit

Permalink
chore: change file name
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun committed Sep 6, 2024
1 parent 3c6aa74 commit f8b52be
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/user/sign-in-form/sign-in-form.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
'use client';
import UpdateInstruction from '@/app/(sub-page)/sign-in/components/updateInstruction';
import UpdateInstruction from '@/app/(sub-page)/sign-in/components/update-instruction';
import Form from '../../view/molecule/form';
import { authenticate } from '@/app/business/services/user/user.command';
import useDialog from '@/app/hooks/useDialog';
Expand Down

0 comments on commit f8b52be

Please sign in to comment.