Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlapaglia committed Jun 17, 2021
1 parent 366c677 commit 92a3066
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component, OnInit } from '@angular/core';
import { MatTableDataSource } from '@angular/material/table';
import { Alert } from '@app/_models';
import { Alert } from './alert/alert';
import { AlertsService } from './alerts.service';

@Component({
Expand Down

0 comments on commit 92a3066

Please sign in to comment.