fix: remove unused imports from authentication pages for cleaner code
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
import VerifyOTPForm from "@/components/auth/verify-otp-form";
|
||||
import Image from "next/image";
|
||||
import { redirect } from "next/navigation";
|
||||
import React from "react";
|
||||
|
||||
export default async function VerifyOTP({
|
||||
searchParams,
|
||||
|
||||
Reference in New Issue
Block a user