mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-05-16 12:50:27 -04:00
Fix bad useState practices
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
'use client';
|
||||
|
||||
import {DropdownKey} from "@/app/profiles/page";
|
||||
import { DropdownKey } from "@/lib/client/schema";
|
||||
|
||||
|
||||
type DropdownProps = {
|
||||
id: DropdownKey
|
||||
|
||||
Reference in New Issue
Block a user