Skip to content

Commit

Permalink
refactor(components-react): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
remypar5 committed Jan 2, 2025
1 parent 62177de commit 0289e0e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import clsx from 'clsx';
import { useId } from 'react';
import { LuxCheckbox, LuxCheckboxProps } from '../checkbox/Checkbox';
import { LuxFormField, LuxFormFieldProps } from '../form-field/FormField';
import { LuxCheckbox, type LuxCheckboxProps } from '../checkbox/Checkbox';
import { LuxFormField, type LuxFormFieldProps } from '../form-field/FormField';
import {
LuxFormFieldDescription,
type LuxFormFieldDescriptionAppearance,
Expand Down

0 comments on commit 0289e0e

Please sign in to comment.