Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
krzotki committed Jul 30, 2024
1 parent d1a2952 commit 7b685fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/card-interactive/CardCheckbox.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as React from 'react';
import cx from 'classnames';
import Checkbox from '../form-elements/checkbox/Checkbox';

export interface CardCheckboxPropsType
extends Omit<React.ComponentPropsWithoutRef<'label'>, 'onChange'> {
/**
Expand Down

0 comments on commit 7b685fa

Please sign in to comment.