Skip to content

Commit

Permalink
fix: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
anninowak committed Feb 28, 2024
1 parent 8679ac8 commit 8f4a640
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 '../src/lib/core/utils/primeicon.utils';
import { PrimeIcon } from '@onecx/portal-integration-angular'

Check failure on line 4 in libs/portal-integration-angular/testing/data-layout-selection.harness.ts

View workflow job for this annotation

GitHub Actions / main

Projects should use relative imports to import from other files within the same project. Use "./path/to/file" instead of import from "@onecx/portal-integration-angular"

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

0 comments on commit 8f4a640

Please sign in to comment.