Skip to content

Commit

Permalink
fix: next/router with next/navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
dahal committed May 22, 2024
1 parent f971e4a commit cea52d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/onboarding/signin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import {
} from "@simplewebauthn/browser";
import { signIn } from "next-auth/react";
import Link from "next/link";
import { useRouter } from "next/router";
import { useRouter } from "next/navigation";
import { useState } from "react";
import { useForm } from "react-hook-form";
import { toast } from "sonner";
Expand Down

0 comments on commit cea52d4

Please sign in to comment.