From fd53263467681f1f11166cff641a5a99ae463662 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87etin?= <69278826+cetincakiroglu@users.noreply.github.com> Date: Fri, 26 Apr 2024 19:46:24 +0300 Subject: [PATCH] Fix import path --- src/app/components/card/card.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/components/card/card.ts b/src/app/components/card/card.ts index 3f92c93051f..c4db6adf4e9 100755 --- a/src/app/components/card/card.ts +++ b/src/app/components/card/card.ts @@ -1,7 +1,7 @@ import { CommonModule } from '@angular/common'; import { AfterContentInit, ChangeDetectionStrategy, ChangeDetectorRef, Component, ContentChild, ContentChildren, ElementRef, Input, NgModule, QueryList, SimpleChange, TemplateRef, ViewEncapsulation, signal } from '@angular/core'; import { BlockableUI, Footer, Header, PrimeTemplate, SharedModule } from 'primeng/api'; -import { ObjectUtils } from '../utils/objectutils'; +import { ObjectUtils } from 'primeng/utils'; /** * Card is a flexible container component. * @group Components