]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/+accounts/accounts.component.ts
Fix lint
[github/Chocobozzz/PeerTube.git] / client / src / app / +accounts / accounts.component.ts
index e8339b78bd76d80a95a16de0d4607a6d751b18b1..d9786fb5cb2052749958d4eae0eef12d133ba232 100644 (file)
@@ -7,7 +7,6 @@ import { catchError, distinctUntilChanged, map, switchMap, tap } from 'rxjs/oper
 import { Subscription } from 'rxjs'
 import { AuthService, Notifier, RedirectService } from '@app/core'
 import { User, UserRight } from '../../../../shared'
-import { I18n } from '@ngx-translate/i18n-polyfill'
 
 @Component({
   templateUrl: './accounts.component.html',