chore(user-update-form): remove unused import for cleaner code 🔧
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user