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:
@@ -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