Skip to content

Commit

Permalink
correct name for css
Browse files Browse the repository at this point in the history
  • Loading branch information
jake-figma committed May 22, 2024
1 parent 3a7942c commit b10c20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/ListBox/ListBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
type ListBoxItemProps as RACListBoxItemProps,
type ListBoxProps as RACListBoxProps,
} from "react-aria-components";
import "./listbox.css";
import "./listBox.css";

export type ListBoxProps<T> = RACListBoxProps<T>;
export function ListBox<T extends object>({
Expand Down

0 comments on commit b10c20b

Please sign in to comment.