🏷️(react) move SelectProps to index.tsx

It makes more sense for this type to be next to the Select component.
This commit is contained in:
Nathan Vasse
2023-10-04 15:48:22 +02:00
committed by NathanVss
parent 1c7a114b6e
commit b5c91d429d
7 changed files with 33 additions and 37 deletions

View File

@@ -14,7 +14,7 @@ import {
SelectMonoAux,
SubProps,
} from ":/components/Forms/Select/mono-common";
import { SelectHandle } from ":/components/Forms/Select/index";
import { SelectHandle } from ":/components/Forms/Select";
export const SelectMonoSearchable = forwardRef<SelectHandle, SubProps>(
(props, ref) => {