Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan-Y-Ko committed Oct 17, 2024
1 parent 7333986 commit 522aceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/(auth)/sign-in/components/SignInFormContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { validateTextInput } from "@/utils/form/validateInput";
import { clientSignIn } from "@/store/features/auth/authSlice";
import { useAppDispatch } from "@/store/hooks";
import routePaths from "@/utils/routePaths";
import { AuthClientAdapter } from "@/app/(auth)/_adapters/authClientAdapter";
import { type AuthClientAdapter } from "@/app/(auth)/_adapters/authClientAdapter";
import { TYPES } from "@/di/types";

const validationSchema = z.object({
Expand Down

0 comments on commit 522aceb

Please sign in to comment.