Reorganize client shared modules
[oweals/peertube.git] / client / src / app / modal / instance-config-warning-modal.component.ts
index 5e1433548f767d85f6ad606277938ecf5c4ae16c..1c90f190a0d55722cf573db87ad24eaeba6c1f7a 100644 (file)
@@ -1,8 +1,7 @@
 import { Component, ElementRef, ViewChild } from '@angular/core'
-import { Notifier } from '@app/core'
+import { Notifier, UserService } from '@app/core'
 import { NgbModal } from '@ng-bootstrap/ng-bootstrap'
 import { About } from '@shared/models/server'
-import { UserService } from '@app/shared'
 
 @Component({
   selector: 'my-instance-config-warning-modal',