Skip to content

Commit

Permalink
Fixed lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mimse committed Oct 22, 2024
1 parent 2ba31bc commit 65d6757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/watt/src/lib/components/chip/watt-chip.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { Meta, StoryObj, moduleMetadata } from '@storybook/angular';
import { WattFilterChipComponent } from './watt-filter-chip.component';
import { WattMenuChipComponent } from './watt-menu-chip.component';
import { WattActionChipComponent } from './watt-action-chip.component';
import { InputSignal, OutputEmitterRef } from '@angular/core';
import { InputSignal } from '@angular/core';
import { WattIcon } from '@energinet-datahub/watt/icon';

const meta: Meta<WattFilterChipComponent> = {
Expand Down

0 comments on commit 65d6757

Please sign in to comment.