Skip to content

Commit

Permalink
fix: using type import
Browse files Browse the repository at this point in the history
Co-authored-by: Ajit Panigrahi <[email protected]>
  • Loading branch information
ashley-hunter and ajitzero authored Jan 12, 2025
1 parent 9b078ee commit 0a9b676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/ui/checkbox/helm/src/lib/hlm-checkbox.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { NgIcon, provideIcons } from '@ng-icons/core';
import { lucideCheck } from '@ng-icons/lucide';
import { BrnCheckboxComponent } from '@spartan-ng/brain/checkbox';
import { hlm } from '@spartan-ng/brain/core';
import { ChangeFn, TouchFn } from '@spartan-ng/brain/forms';
import type { ChangeFn, TouchFn } from '@spartan-ng/brain/forms';
import { HlmIconDirective } from '@spartan-ng/ui-icon-helm';
import type { ClassValue } from 'clsx';

Expand Down

0 comments on commit 0a9b676

Please sign in to comment.