Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 6186d32

Browse files
Update src/components/Checkbox.tsx
Co-authored-by: Eric Taylor <eric.taylor@contra.com>
1 parent 8d2a0f1 commit 6186d32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Checkbox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { CheckboxProps, ToggleProps } from '@react-types/checkbox';
1+
import type { CheckboxProps as RTCheckboxProps } from '@react-types/checkbox';
22
import { gsap } from 'gsap';
33
import type { ComponentPropsWithRef } from 'react';
44
import { useEffect, useRef } from 'react';

0 commit comments

Comments
 (0)