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

Commit

Permalink
Update src/components/Checkbox.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Taylor <eric.taylor@contra.com>
  • Loading branch information
lukerohanbailey and erictaylor committed Jan 13, 2022
1 parent 8d2a0f1 commit 6186d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Checkbox.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { CheckboxProps, ToggleProps } from '@react-types/checkbox';
import type { CheckboxProps as RTCheckboxProps } from '@react-types/checkbox';
import { gsap } from 'gsap';
import type { ComponentPropsWithRef } from 'react';
import { useEffect, useRef } from 'react';
Expand Down

0 comments on commit 6186d32

Please sign in to comment.