mirror of
https://github.com/immich-app/immich.git
synced 2025-12-22 01:11:20 +03:00
* refactor: inline warning * fix: do not use onmount * chore: remove outdated comment * wording --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
5 lines
154 B
TypeScript
5 lines
154 B
TypeScript
import { writable } from 'svelte/store';
|
|
import type { ServerInfoResponseDto } from '@api';
|
|
|
|
export const serverInfo = writable<ServerInfoResponseDto>();
|