Reorganize client shared modules
[oweals/peertube.git] / client / src / app / core / notification / user-notification-socket.service.ts
index 3f22da476fc1c223f583e90033dd0ab3e20a0ad5..37f0bc32c11dea6ea39536c96e8c330c37f498a3 100644 (file)
@@ -1,7 +1,7 @@
+import { Subject } from 'rxjs'
 import { Injectable, NgZone } from '@angular/core'
+import { UserNotification as UserNotificationServer } from '@shared/models'
 import { environment } from '../../../environments/environment'
-import { UserNotification as UserNotificationServer } from '../../../../../shared'
-import { Subject } from 'rxjs'
 import { AuthService } from '../auth'
 
 export type NotificationEvent = 'new' | 'read' | 'read-all'