aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-12-09 13:54:29 +0100
committerChocobozzz <me@florianbigard.com>2021-12-09 13:54:29 +0100
commita554bc1a260a525cd635d62404b9fe76fdb9e36b (patch)
treebdf61937ff40105cc06446db1fee30d619a1152e /client/src
parent0882c8e6509b2a4ea48f6c48ecb2aa4aa371500a (diff)
parent37f951c80a8beb3bff102bd6eed911af9b9835bc (diff)
downloadPeerTube-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.ts1
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 @@
1import { first } from 'rxjs/operators'
2import { Injectable } from '@angular/core' 1import { Injectable } from '@angular/core'
3import { UserLocalStorageKeys } from '@root-helpers/users' 2import { UserLocalStorageKeys } from '@root-helpers/users'
4import { HTMLServerConfig, ServerConfigTheme } from '@shared/models' 3import { HTMLServerConfig, ServerConfigTheme } from '@shared/models'