mirror of
https://github.com/i701/sarlink-portal.git
synced 2025-07-15 17:15: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,7 +1,6 @@
|
|||||||
import { Suspense } from "react";
|
import { Suspense } from "react";
|
||||||
import { DevicesTable } from "@/components/devices-table";
|
import { DevicesTable } from "@/components/devices-table";
|
||||||
import DynamicFilter from "@/components/generic-filter";
|
import DynamicFilter from "@/components/generic-filter";
|
||||||
import Search from "@/components/search";
|
|
||||||
|
|
||||||
export default async function ParentalControl({
|
export default async function ParentalControl({
|
||||||
searchParams,
|
searchParams,
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
"use client";
|
"use client";
|
||||||
import { ArrowRightLeft, Loader2, MoveLeft } from "lucide-react";
|
import { Loader2, MoveLeft } from "lucide-react";
|
||||||
import { useActionState, useEffect } from "react";
|
import { useActionState, useEffect } from "react";
|
||||||
import { toast } from "sonner";
|
import { toast } from "sonner";
|
||||||
import { type UpdateUserFormState, updateUser } from "@/actions/user-actions";
|
import { type UpdateUserFormState, updateUser } from "@/actions/user-actions";
|
||||||
|
Reference in New Issue
Block a user