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,7 +1,6 @@
import { Suspense } from "react";
import { DevicesTable } from "@/components/devices-table";
import DynamicFilter from "@/components/generic-filter";
import Search from "@/components/search";
export default async function ParentalControl({
searchParams,

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";