mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
feat: add service uptime and start style changes (#2831)
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
import { InjectionToken } from '@angular/core'
|
||||
import { EMPTY, Observable } from 'rxjs'
|
||||
|
||||
export const THEME = new InjectionToken<Observable<string>>('App theme', {
|
||||
factory: () => EMPTY,
|
||||
})
|
||||
Reference in New Issue
Block a user