summaryrefslogtreecommitdiffstats
path: root/public/src/app/app.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/src/app/app.component.html')
-rw-r--r--public/src/app/app.component.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/public/src/app/app.component.html b/public/src/app/app.component.html
index 29762b6..77230cf 100644
--- a/public/src/app/app.component.html
+++ b/public/src/app/app.component.html
@@ -2,6 +2,7 @@
<main [@slideAnimation]="getRouterOutletState(o)">
<app-error-dialog></app-error-dialog>
<app-sdc-notify-dialog></app-sdc-notify-dialog>
+ <app-revert-dialog></app-revert-dialog>
<app-loader [hidden]="!this.store.loader"></app-loader>
<router-outlet #o="outlet"></router-outlet>
</main>