mirror of
https://github.com/immich-app/immich.git
synced 2025-12-21 01:11:16 +03:00
fix(web): status box rendering (#5410)
* fix(web): status box rendering * Syntax improvement for api import Co-authored-by: martin <74269598+martabal@users.noreply.github.com> --------- Co-authored-by: Daniel Taylor <daniel.k.taylor1@gmail.com> Co-authored-by: martin <74269598+martabal@users.noreply.github.com>
This commit is contained in:
4
web/src/lib/stores/server-info.store.ts
Normal file
4
web/src/lib/stores/server-info.store.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { writable } from 'svelte/store';
|
||||
import type { ServerInfoResponseDto } from '@api';
|
||||
|
||||
export const serverInfoStore = writable<ServerInfoResponseDto>();
|
||||
Reference in New Issue
Block a user