diff options
author | Chocobozzz <me@florianbigard.com> | 2021-12-09 13:54:29 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-12-09 13:54:29 +0100 |
commit | a554bc1a260a525cd635d62404b9fe76fdb9e36b (patch) | |
tree | bdf61937ff40105cc06446db1fee30d619a1152e /client/src | |
parent | 0882c8e6509b2a4ea48f6c48ecb2aa4aa371500a (diff) | |
parent | 37f951c80a8beb3bff102bd6eed911af9b9835bc (diff) | |
download | PeerTube-a554bc1a260a525cd635d62404b9fe76fdb9e36b.tar.gz PeerTube-a554bc1a260a525cd635d62404b9fe76fdb9e36b.tar.zst PeerTube-a554bc1a260a525cd635d62404b9fe76fdb9e36b.zip |
Merge branch 'release/4.0.0' into develop
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/core/theme/theme.service.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/core/theme/theme.service.ts b/client/src/app/core/theme/theme.service.ts index ac3468941..e88511054 100644 --- a/client/src/app/core/theme/theme.service.ts +++ b/client/src/app/core/theme/theme.service.ts | |||
@@ -1,4 +1,3 @@ | |||
1 | import { first } from 'rxjs/operators' | ||
2 | import { Injectable } from '@angular/core' | 1 | import { Injectable } from '@angular/core' |
3 | import { UserLocalStorageKeys } from '@root-helpers/users' | 2 | import { UserLocalStorageKeys } from '@root-helpers/users' |
4 | import { HTMLServerConfig, ServerConfigTheme } from '@shared/models' | 3 | import { HTMLServerConfig, ServerConfigTheme } from '@shared/models' |