Skip to content

Commit

Permalink
Fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
cetincakiroglu committed Apr 26, 2024
1 parent 0116f9b commit fd53263
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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
Expand Down

0 comments on commit fd53263

Please sign in to comment.