fix: remove unused imports from authentication pages for cleaner code
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 4m47s

This commit is contained in:
2025-04-19 11:08:44 +05:00
parent a4ffb1e34a
commit 1ae529c758
4 changed files with 0 additions and 5 deletions

View File

@ -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,