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