chore(user-update-form): remove unused import for cleaner code 🔧
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m40s

This commit is contained in:
2025-07-14 21:40:22 +05:00
parent 9926de99d6
commit 7a02cb2415
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,5 @@
"use client";
import { ArrowRightLeft, Loader2, MoveLeft } from "lucide-react";
import { Loader2, MoveLeft } from "lucide-react";
import { useActionState, useEffect } from "react";
import { toast } from "sonner";
import { type UpdateUserFormState, updateUser } from "@/actions/user-actions";