Skip to content

Commit

Permalink
Fix pagination
Browse files Browse the repository at this point in the history
  • Loading branch information
FazCodeFR committed Jun 7, 2024
1 parent bb86a56 commit af057e6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/app.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ import { BugComponent } from './components/bug/bug.component';


import { AssociationsDetailsComponent } from './components/associations/associations-details/associations-details.component';
import { PaginationComponent } from './components/shared/pagination/pagination.component';
import { PaginatorModule } from 'primeng/paginator';


Expand Down Expand Up @@ -75,7 +74,6 @@ import { PaginatorModule } from 'primeng/paginator';
TchatMessageComponent,
AssociationsDetailsComponent,
BugComponent,
PaginationComponent,
],
imports: [
BrowserModule,
Expand Down

0 comments on commit af057e6

Please sign in to comment.