Skip to content

Commit

Permalink
fix: linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
anninowak committed Feb 28, 2024
1 parent 1be0fb7 commit 8679ac8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ContentContainerComponentHarness, TestElement } from '@angular/cdk/testing'
import { PSelectButtonHarness } from './primeng/p-selectButton.harness'
import { PrimeIcons } from 'primeng/api'
import { PrimeIcon } from '@onecx/portal-integration-angular'
import { PrimeIcon } from '../src/lib/core/utils/primeicon.utils';

export class DataLayoutSelectionHarness extends ContentContainerComponentHarness {
static hostSelector = 'ocx-data-layout-selection'
Expand Down

0 comments on commit 8679ac8

Please sign in to comment.