Skip to content

Commit

Permalink
Fixing another missed linting issue for checkbox.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasnakai committed Apr 18, 2024
1 parent 3d656f9 commit 344995d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/design/src/Components/Checkbox.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import classNames from 'classnames';
import React from 'react';
import { useFormContext } from 'react-hook-form';

export default function Checkbox({ props: {
id,
Expand Down

0 comments on commit 344995d

Please sign in to comment.