]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/core/notification/user-notification-socket.service.ts
Add user notification animation
[github/Chocobozzz/PeerTube.git] / client / src / app / core / notification / user-notification-socket.service.ts
index 29337d3a718add3ffcec687c483415f835b85230..493f03e3586e708771f667797d4f6194e7fc251e 100644 (file)
@@ -2,7 +2,6 @@ import { Injectable } from '@angular/core'
 import { environment } from '../../../environments/environment'
 import { UserNotification as UserNotificationServer } from '../../../../../shared'
 import { Subject } from 'rxjs'
-import * as io from 'socket.io-client'
 import { AuthService } from '../auth'
 
 export type NotificationEvent = 'new' | 'read' | 'read-all'