Fix bad useState practices

This commit is contained in:
MartinBraquet
2025-08-04 14:25:33 +02:00
parent 9bcba9895e
commit a2abc4fda9
9 changed files with 476 additions and 242 deletions

View File

@@ -1,6 +1,7 @@
'use client';
import {DropdownKey} from "@/app/profiles/page";
import { DropdownKey } from "@/lib/client/schema";
type DropdownProps = {
id: DropdownKey