Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sebald committed Oct 7, 2024
1 parent b8ed587 commit 41bf70b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/components/src/SelectList/SelectListItem.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { Ref, forwardRef } from 'react';
import { forwardRef } from 'react';
import type RAC from 'react-aria-components';
import { GridListItem as SelectListItem } from 'react-aria-components';
import { cn } from '@marigold/system';
import { Checkbox } from '../Checkbox';
import { FieldGroup } from '../FieldBase';
import { useSelectListContext } from './Context';

export interface SelectListItemProps
Expand Down

0 comments on commit 41bf70b

Please sign in to comment.