Skip to content

Commit

Permalink
fix: Add MatTableModule to profile module (#2751)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikriemer authored and bossenti committed Apr 22, 2024
1 parent f0c5a5d commit 63a192e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/app/profile/profile.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import { RouterLink } from '@angular/router';
import { SharedUiModule } from '@streampipes/shared-ui';
import { MatInputModule } from '@angular/material/input';
import { MatRadioModule } from '@angular/material/radio';
import { MatTableModule } from '@angular/material/table';

@NgModule({
imports: [
Expand All @@ -46,6 +47,7 @@ import { MatRadioModule } from '@angular/material/radio';
MatDividerModule,
MatTabsModule,
MatButtonModule,
MatTableModule,
CommonModule,
ClipboardModule,
CoreUiModule,
Expand Down

0 comments on commit 63a192e

Please sign in to comment.