summaryrefslogtreecommitdiffstats
path: root/webapp/src/app/alert/alert.component.ts
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/app/alert/alert.component.ts')
-rw-r--r--webapp/src/app/alert/alert.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/src/app/alert/alert.component.ts b/webapp/src/app/alert/alert.component.ts
index 449506f..672d7bf 100644
--- a/webapp/src/app/alert/alert.component.ts
+++ b/webapp/src/app/alert/alert.component.ts
@@ -1,7 +1,7 @@
import { Component } from '@angular/core';
import { Observable } from 'rxjs';
-import {AlertService, IAlert} from '../common/alert.service';
+import {AlertService, IAlert} from '../services/alert.service';
@Component({
selector: 'app-alert',