Skip to content

Commit

Permalink
Rm surplus MatPaginatorModule from history module
Browse files Browse the repository at this point in the history
  • Loading branch information
reiterl committed Oct 23, 2023
1 parent 78945c2 commit 0e29189
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { MatLegacyCardModule as MatCardModule } from '@angular/material/legacy-c
import { MatLegacyOptionModule as MatOptionModule } from '@angular/material/legacy-core';
import { MatLegacyFormFieldModule as MatFormFieldModule } from '@angular/material/legacy-form-field';
import { MatLegacyInputModule as MatInputModule } from '@angular/material/legacy-input';
import { MatLegacyPaginatorModule as MatPaginatorModule } from '@angular/material/legacy-paginator';
import { MatLegacySelectModule as MatSelectModule } from '@angular/material/legacy-select';
import { MatLegacyTableModule as MatTableModule } from '@angular/material/legacy-table';
import { OpenSlidesTranslationModule } from 'src/app/site/modules/translations';
Expand All @@ -29,7 +28,6 @@ import { HistoryRoutingModule } from './history-routing.module';
HistoryRoutingModule,
MatCardModule,
MatTableModule,
MatPaginatorModule,
MatIconModule,
MatInputModule,
MatFormFieldModule,
Expand Down

0 comments on commit 0e29189

Please sign in to comment.