This commit is contained in:
Eugene Pankov
2021-06-03 22:48:48 +02:00
parent 45c48b379b
commit 2b4c25104f
2 changed files with 1 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
import { Component, Input, ElementRef, } from '@angular/core'
import { Component, Input, ElementRef } from '@angular/core'
import { NgbActiveModal } from '@ng-bootstrap/ng-bootstrap'
import { BaseComponent, HotkeysService, MessageBoxOptions } from 'terminus-core'