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:
Dan Taylor
2023-12-01 18:26:48 -08:00
committed by GitHub
parent a02e91169d
commit 6673f1eb24
2 changed files with 11 additions and 8 deletions

View File

@@ -0,0 +1,4 @@
import { writable } from 'svelte/store';
import type { ServerInfoResponseDto } from '@api';
export const serverInfoStore = writable<ServerInfoResponseDto>();