mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-15 11:05:50 +00:00
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
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 5m40s
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