X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fsrc%2Fapp%2Fcore%2Ftheme%2Ftheme.service.ts;h=c0189ad32029f85a4af9a6c22ede26fcab12ef25;hb=3b20bdd6dc7402b0723e038c57f0606131e20e54;hp=3c066ca7400be456ab9bf35294ac5ebb402c2d9a;hpb=7b81edc854902a536083298472bf92bb6726edcf;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/core/theme/theme.service.ts b/client/src/app/core/theme/theme.service.ts index 3c066ca74..c0189ad32 100644 --- a/client/src/app/core/theme/theme.service.ts +++ b/client/src/app/core/theme/theme.service.ts @@ -8,7 +8,6 @@ import { first } from 'rxjs/operators' import { User } from '@app/shared/users/user.model' import { UserService } from '@app/shared/users/user.service' import { LocalStorageService } from '@app/shared/misc/storage.service' -import { peertubeLocalStorage } from '@app/shared/misc/peertube-web-storage' @Injectable() export class ThemeService {