Skip to content

Commit

Permalink
Adjust spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
agyen committed Oct 17, 2023
1 parent 0c2462a commit 01f82a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { MatTableDataSource } from '@angular/material/table';
import { SubsystemInfo } from 'src/app/DTOs/SubsystemInfo';
import { SubsystemsService } from 'src/app/services/subsystems-service/subsystems.service';
import { MatSort, Sort } from '@angular/material/sort';
import {LiveAnnouncer} from '@angular/cdk/a11y';
import { LiveAnnouncer } from '@angular/cdk/a11y';

@Component({
selector: 'app-subsystems',
Expand Down

0 comments on commit 01f82a5

Please sign in to comment.