Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rfrt committed Aug 9, 2024
1 parent a946da0 commit 9a8c46a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import { ChangeDetectionStrategy, Component, Input, ViewEncapsulation } from '@a
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { type MatFormFieldAppearance, MatFormFieldModule } from '@angular/material/form-field';
import { MatInputModule } from '@angular/material/input';

import { NgxNumericStepperComponent, NgxNumericStepperLayout } from '../../../../numeric-stepper/src/numeric-stepper.component';

@Component({
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,4 +150,4 @@ export const notExpanded2: Story = {
},
expanded: false
}
};
};

0 comments on commit 9a8c46a

Please sign in to comment.