fix: replace toast import with react-hot-toast for consistency
This commit is contained in:
parent
4d7802ccc6
commit
25d75825be
1 changed files with 1 additions and 3 deletions
|
|
@ -3,9 +3,7 @@
|
||||||
import { Eye, EyeOff, Frown } from "lucide-react";
|
import { Eye, EyeOff, Frown } from "lucide-react";
|
||||||
import type { GetServerSideProps } from "next";
|
import type { GetServerSideProps } from "next";
|
||||||
import { useRouter } from "next/router";
|
import { useRouter } from "next/router";
|
||||||
|
import toast from "react-hot-toast";
|
||||||
import { toast } from "sonner";
|
|
||||||
|
|
||||||
import { z } from "zod";
|
import { z } from "zod";
|
||||||
import {
|
import {
|
||||||
Form,
|
Form,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue