mirror of
https://bitbucket.org/Mattrixwv/mattrixwvreactcomponents.git
synced 2025-12-06 21:53:57 -05:00
Fix broken types in imported library
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { SelectInputProps } from "$/types/Input";
|
||||
import type { SelectInputProps } from "$/types/InputTypes";
|
||||
import { Listbox, ListboxButton, ListboxOptions } from "@headlessui/react";
|
||||
import clsx from "clsx";
|
||||
import { BsChevronDown } from "react-icons/bs";
|
||||
|
||||
Reference in New Issue
Block a user