Skip to content

Commit

Permalink
refactor(app): delete unused MatProgressSpinnerModule (#1084)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vijeinath committed Jun 13, 2023
1 parent f873d24 commit 09d3256
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions apps/dsp-app/src/app/material-module.ts
Expand Up @@ -20,7 +20,6 @@ import { MatLegacyListModule as MatListModule } from '@angular/material/legacy-l
import { MatLegacyMenuModule as MatMenuModule } from '@angular/material/legacy-menu';
import { MatPaginatorModule } from '@angular/material/paginator';
import { MatLegacyProgressBarModule as MatProgressBarModule } from '@angular/material/legacy-progress-bar';
import { MatLegacyProgressSpinnerModule as MatProgressSpinnerModule } from '@angular/material/legacy-progress-spinner';
import { MatLegacySelectModule as MatSelectModule } from '@angular/material/legacy-select';
import { MatSidenavModule } from '@angular/material/sidenav';
import { MatLegacySlideToggleModule as MatSlideToggleModule } from '@angular/material/legacy-slide-toggle';
Expand Down Expand Up @@ -53,7 +52,6 @@ const matModules = [
MatMenuModule,
MatPaginatorModule,
MatProgressBarModule,
MatProgressSpinnerModule,
MatSelectModule,
MatSidenavModule,
MatSliderModule,
Expand Down

0 comments on commit 09d3256

Please sign in to comment.