Skip to content

Commit

Permalink
fixed import
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Toerien committed Oct 27, 2024
1 parent 5497708 commit 9970dbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { NG_VALUE_ACCESSOR } from '@angular/forms';
import { TextFieldComponent } from '../text-field/text-field.component';
import { MaterialDesignValueAccessorComponent } from '../material-design-value-accessor.component';
import { FieldVariant } from '../field/field.component';
import { SlotDirective } from '@wtprograms/material-design';
import { SlotDirective } from '../../directives/slot.directive';

@Component({
selector: 'md-pin-field',
Expand Down

0 comments on commit 9970dbe

Please sign in to comment.